#4CB56B

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

Shades of Ocean Green #4CB56B

Tints of Ocean Green #4CB56B

Color information

#4CB56B (or 0x4CB56B) is unknown color: approx Ocean Green. HEX triplet: 4C, B5 and 6B. RGB value is (76,181,107). Sum of RGB (Red+Green+Blue) = 76+181+107=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB56B is #B34A94. Grayscale: #8D8D8D. Windows color (decimal): -11750037 or 7058764. OLE color: 7058764.

HSL color Cylindrical-coordinate representation of color #4CB56B: hue angle of 137.71º 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 #4CB56B is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB76181107-
CMYK0.5800.410.29
HSL137.71º41.5%50.39%-
HSV(B)137.71º58.01%70.98%-
XYZ22.1635.6519.62-
YUV141.17108.7181.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.88%
GREEN value IS 181 (71.09% from 255) = 49.73%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=20.88%
G=49.73%
B=29.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761811070.5800.410.29137.7141.550.39
Hex4CB56B3A0291D8a2a32
Octal11426515372051352125262
Binary100110010110101110101111101001010011110110001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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