#4CAF69

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

Shades of Ocean Green #4CAF69

Tints of Ocean Green #4CAF69

Color information

#4CAF69 (or 0x4CAF69) is unknown color: approx Ocean Green. HEX triplet: 4C, AF and 69. RGB value is (76,175,105). Sum of RGB (Red+Green+Blue) = 76+175+105=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF69 is #B35096. Grayscale: #898989. Windows color (decimal): -11751575 or 6926156. OLE color: 6926156.

HSL color Cylindrical-coordinate representation of color #4CAF69: hue angle of 137.58º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF69 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB76175105-
CMYK0.5700.400.31
HSL137.58º39.44%49.22%-
HSV(B)137.58º56.57%68.63%-
XYZ20.8633.2218.68-
YUV137.42109.784.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=21.35%
G=49.16%
B=29.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751050.5700.400.31137.5839.4449.22
Hex4CAF69390281F8a2731
Octal11425715171050372124761
Binary100110010101111110100111100101010001111110001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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