#4DAF6C

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

Shades of Ocean Green #4DAF6C

Tints of Ocean Green #4DAF6C

Color information

#4DAF6C (or 0x4DAF6C) is unknown color: approx Ocean Green. HEX triplet: 4D, AF and 6C. RGB value is (77,175,108). Sum of RGB (Red+Green+Blue) = 77+175+108=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF6C is #B25093. Grayscale: #8A8A8A. Windows color (decimal): -11686036 or 7122765. OLE color: 7122765.

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

Color convert

RGB77175108-
CMYK0.5600.380.31
HSL138.98º38.89%49.41%-
HSV(B)138.98º56%68.63%-
XYZ21.133.3219.51-
YUV138.06111.0384.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 175 (68.75% from 255) = 48.61%
BLUE value IS 108 (42.58% from 255) = 30%
R=21.39%
G=48.61%
B=30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751080.5600.380.31138.9838.8949.41
Hex4DAF6C380261F8b2731
Octal11525715470046372134761
Binary100110110101111110110011100001001101111110001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,108); }

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

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

 a { background-color: rgb(77,175,108); }

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

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

 span { border-color: rgb(77,175,108); }

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