#4CB669

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

Shades of Ocean Green #4CB669

Tints of Ocean Green #4CB669

Color information

#4CB669 (or 0x4CB669) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 69. RGB value is (76,182,105). Sum of RGB (Red+Green+Blue) = 76+182+105=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB669 is #B34996. Grayscale: #8D8D8D. Windows color (decimal): -11749783 or 6927948. OLE color: 6927948.

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

Color convert

RGB76182105-
CMYK0.5800.420.29
HSL136.42º42.06%50.59%-
HSV(B)136.42º58.24%71.37%-
XYZ22.2636.0119.14-
YUV141.53107.3881.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.94%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=20.94%
G=50.14%
B=28.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821050.5800.420.29136.4242.0650.59
Hex4CB6693A02A1D882a33
Octal11426615172052352105263
Binary100110010110110110100111101001010101110110001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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