#4CA581

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

Shades of Ocean Green #4CA581

Tints of Ocean Green #4CA581

Color information

#4CA581 (or 0x4CA581) is unknown color: approx Ocean Green. HEX triplet: 4C, A5 and 81. RGB value is (76,165,129). Sum of RGB (Red+Green+Blue) = 76+165+129=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA581 is #B35A7E. Grayscale: #868686. Windows color (decimal): -11754111 or 8496460. OLE color: 8496460.

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

Color convert

RGB76165129-
CMYK0.5400.220.35
HSL155.73º36.93%47.25%-
HSV(B)155.73º53.94%64.71%-
XYZ20.430.0325.49-
YUV134.28125.0186.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=20.54%
G=44.59%
B=34.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761651290.5400.220.35155.7336.9347.25
Hex4CA58136016239c252f
Octal11424520166026432344557
Binary1001100101001011000000111011001011010001110011100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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