#4CA481

Color #4CA481 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4CA481

Tints of Ocean Green #4CA481

Color information

#4CA481 (or 0x4CA481) is unknown color: approx Ocean Green. HEX triplet: 4C, A4 and 81. RGB value is (76,164,129). Sum of RGB (Red+Green+Blue) = 76+164+129=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA481 is #B35B7E. Grayscale: #858585. Windows color (decimal): -11754367 or 8496204. OLE color: 8496204.

HSL color Cylindrical-coordinate representation of color #4CA481: hue angle of 156.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA481 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB76164129-
CMYK0.5400.210.36
HSL156.14º36.67%47.06%-
HSV(B)156.14º53.66%64.31%-
XYZ20.2229.6725.43-
YUV133.7125.3586.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=20.60%
G=44.44%
B=34.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641290.5400.210.36156.1436.6747.06
Hex4CA48136015249c252f
Octal11424420166025442344557
Binary1001100101001001000000111011001010110010010011100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CA481; }

 p { color: rgb(76,164,129); }

 H1.HeaderClassName
 {
   color: #4CA481;
 }
 .AnyTagClassName
 {
   color: #4CA481;
 }
</style>
background-color css

<style>
 a { background-color: #4CA481; }

 a { background-color: rgb(76,164,129); }

 div.DivClassName
 {
   background-color: #4CA481;
 }
 .BgClassName
 {
   background-color: #4CA481;
 }
</style>
border-color css

<style>
 span { border-color: #4CA481; }

 span { border-color: rgb(76,164,129); }

 td.TdClassName
 {
   border-color: #4CA481;
 }
 .TagClassName
 {
   border-color: #4CA481;
 }
</style>