#4cb574

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

Shades of Ocean Green #4CB574

Tints of Ocean Green #4CB574

Color information

#4CB574 (or 0x4CB574) is unknown color: approx Ocean Green. HEX triplet: 4C, B5 and 74. RGB value is (76,181,116). Sum of RGB (Red+Green+Blue) = 76+181+116=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB574 is #B34A8B. Grayscale: #8E8E8E. Windows color (decimal): -11750028 or 7648588. OLE color: 7648588.

HSL color Cylindrical-coordinate representation of color #4CB574: hue angle of 142.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB574 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB76181116-
CMYK0.5800.360.29
HSL142.86º41.5%50.39%-
HSV(B)142.86º58.01%70.98%-
XYZ22.6635.8522.25-
YUV142.2113.2180.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=20.38%
G=48.53%
B=31.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761811160.5800.360.29142.8641.550.39
Hex4CB5743A0241D8f2a32
Octal11426516472044352175262
Binary100110010110101111010011101001001001110110001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,181,116); }

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

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

 a { background-color: rgb(76,181,116); }

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

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

 span { border-color: rgb(76,181,116); }

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