#4CA471

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

Shades of Ocean Green #4CA471

Tints of Ocean Green #4CA471

Color information

#4CA471 (or 0x4CA471) is unknown color: approx Ocean Green. HEX triplet: 4C, A4 and 71. RGB value is (76,164,113). Sum of RGB (Red+Green+Blue) = 76+164+113=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA471 is #B35B8E. Grayscale: #838383. Windows color (decimal): -11754383 or 7447628. OLE color: 7447628.

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

Color convert

RGB76164113-
CMYK0.5400.310.36
HSL145.23º36.67%47.06%-
HSV(B)145.23º53.66%64.31%-
XYZ19.2429.2820.26-
YUV131.87117.3588.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=21.53%
G=46.46%
B=32.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641130.5400.310.36145.2336.6747.06
Hex4CA4713601F2491252f
Octal11424416166037442214557
Binary100110010100100111000111011001111110010010010001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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