#4DAF7D

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

Shades of Ocean Green #4DAF7D

Tints of Ocean Green #4DAF7D

Color information

#4DAF7D (or 0x4DAF7D) is unknown color: approx Ocean Green. HEX triplet: 4D, AF and 7D. RGB value is (77,175,125). Sum of RGB (Red+Green+Blue) = 77+175+125=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF7D is #B25082. Grayscale: #8C8C8C. Windows color (decimal): -11686019 or 8236877. OLE color: 8236877.

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

Color convert

RGB77175125-
CMYK0.5600.290.31
HSL149.39º38.89%49.41%-
HSV(B)149.39º56%68.63%-
XYZ22.0933.7224.75-
YUV140119.5383.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=20.42%
G=46.42%
B=33.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751250.5600.290.31149.3938.8949.41
Hex4DAF7D3801D1F952731
Octal11525717570035372254761
Binary10011011010111111111011110000111011111110010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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