#4DA97D

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

Shades of Ocean Green #4DA97D

Tints of Ocean Green #4DA97D

Color information

#4DA97D (or 0x4DA97D) is unknown color: approx Ocean Green. HEX triplet: 4D, A9 and 7D. RGB value is (77,169,125). Sum of RGB (Red+Green+Blue) = 77+169+125=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA97D is #B25682. Grayscale: #888888. Windows color (decimal): -11687555 or 8235341. OLE color: 8235341.

HSL color Cylindrical-coordinate representation of color #4DA97D: hue angle of 151.3º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA97D is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB77169125-
CMYK0.5400.260.34
HSL151.3º37.4%48.24%-
HSV(B)151.3º54.44%66.27%-
XYZ20.9531.4324.37-
YUV136.48121.5285.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=20.75%
G=45.55%
B=33.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691250.5400.260.34151.337.448.24
Hex4DA97D3601A22972530
Octal11525117566032422274560
Binary100110110101001111110111011001101010001010010111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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