#4CA173

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

Shades of Ocean Green #4CA173

Tints of Ocean Green #4CA173

Color information

#4CA173 (or 0x4CA173) is unknown color: approx Ocean Green. HEX triplet: 4C, A1 and 73. RGB value is (76,161,115). Sum of RGB (Red+Green+Blue) = 76+161+115=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA173 is #B35E8C. Grayscale: #828282. Windows color (decimal): -11755149 or 7577932. OLE color: 7577932.

HSL color Cylindrical-coordinate representation of color #4CA173: hue angle of 147.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA173 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB76161115-
CMYK0.5300.290.37
HSL147.53º35.86%46.47%-
HSV(B)147.53º52.8%63.14%-
XYZ18.8228.2620.68-
YUV130.34119.3489.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.59%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=21.59%
G=45.74%
B=32.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761611150.5300.290.37147.5335.8646.47
Hex4CA1733501D2594242e
Octal11424116365035452244456
Binary100110010100001111001111010101110110010110010100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,161,115); }

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

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

 a { background-color: rgb(76,161,115); }

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

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

 span { border-color: rgb(76,161,115); }

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