#4CA572

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

Shades of Ocean Green #4CA572

Tints of Ocean Green #4CA572

Color information

#4CA572 (or 0x4CA572) is unknown color: approx Ocean Green. HEX triplet: 4C, A5 and 72. RGB value is (76,165,114). Sum of RGB (Red+Green+Blue) = 76+165+114=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA572 is #B35A8D. Grayscale: #848484. Windows color (decimal): -11754126 or 7513420. OLE color: 7513420.

HSL color Cylindrical-coordinate representation of color #4CA572: hue angle of 145.62º 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 #4CA572 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB76165114-
CMYK0.5400.310.35
HSL145.62º36.93%47.25%-
HSV(B)145.62º53.94%64.71%-
XYZ19.4729.6620.62-
YUV132.57117.5187.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=21.41%
G=46.48%
B=32.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761651140.5400.310.35145.6236.9347.25
Hex4CA5723601F2392252f
Octal11424516266037432224557
Binary100110010100101111001011011001111110001110010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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