#4CB769

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

Shades of Ocean Green #4CB769

Tints of Ocean Green #4CB769

Color information

#4CB769 (or 0x4CB769) is unknown color: approx Ocean Green. HEX triplet: 4C, B7 and 69. RGB value is (76,183,105). Sum of RGB (Red+Green+Blue) = 76+183+105=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB769 is #B34896. Grayscale: #8E8E8E. Windows color (decimal): -11749527 or 6928204. OLE color: 6928204.

HSL color Cylindrical-coordinate representation of color #4CB769: hue angle of 136.26º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB769 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB76183105-
CMYK0.5800.430.28
HSL136.26º42.63%50.78%-
HSV(B)136.26º58.47%71.76%-
XYZ22.4636.4219.21-
YUV142.11107.0580.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.88%
GREEN value IS 183 (71.88% from 255) = 50.27%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=20.88%
G=50.27%
B=28.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761831050.5800.430.28136.2642.6350.78
Hex4CB7693A02B1C882b33
Octal11426715172053342105363
Binary100110010110111110100111101001010111110010001000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,105); }

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

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

 a { background-color: rgb(76,183,105); }

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

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

 span { border-color: rgb(76,183,105); }

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