#4DA581

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

Shades of Ocean Green #4DA581

Tints of Ocean Green #4DA581

Color information

#4DA581 (or 0x4DA581) is unknown color: approx Ocean Green. HEX triplet: 4D, A5 and 81. RGB value is (77,165,129). Sum of RGB (Red+Green+Blue) = 77+165+129=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA581 is #B25A7E. Grayscale: #868686. Windows color (decimal): -11688575 or 8496461. OLE color: 8496461.

HSL color Cylindrical-coordinate representation of color #4DA581: hue angle of 155.45º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA581 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB77165129-
CMYK0.5300.220.35
HSL155.45º36.36%47.45%-
HSV(B)155.45º53.33%64.71%-
XYZ20.4830.0725.49-
YUV134.58124.8586.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=20.75%
G=44.47%
B=34.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771651290.5300.220.35155.4536.3647.45
Hex4DA58135016239b242f
Octal11524520165026432334457
Binary1001101101001011000000111010101011010001110011011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,165,129); }

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

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

 a { background-color: rgb(77,165,129); }

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

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

 span { border-color: rgb(77,165,129); }

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