#4CAF6F

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

Shades of Ocean Green #4CAF6F

Tints of Ocean Green #4CAF6F

Color information

#4CAF6F (or 0x4CAF6F) is unknown color: approx Ocean Green. HEX triplet: 4C, AF and 6F. RGB value is (76,175,111). Sum of RGB (Red+Green+Blue) = 76+175+111=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF6F is #B35090. Grayscale: #8A8A8A. Windows color (decimal): -11751569 or 7319372. OLE color: 7319372.

HSL color Cylindrical-coordinate representation of color #4CAF6F: hue angle of 141.21º 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 #4CAF6F is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB76175111-
CMYK0.5700.370.31
HSL141.21º39.44%49.22%-
HSV(B)141.21º56.57%68.63%-
XYZ21.1833.3420.36-
YUV138.1112.783.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=20.99%
G=48.34%
B=30.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751110.5700.370.31141.2139.4449.22
Hex4CAF6F390251F8d2731
Octal11425715771045372154761
Binary100110010101111110111111100101001011111110001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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