Html Css Color HEX #4DA581 Ocean Green

📋 copy color: '#4DA581'

red 77 ◦ green 165 ◦ blue 129

#4DA581
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4DA581

Tints of Ocean Green #4DA581

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 value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#4DA581 (or 0x4DA581) is known color: 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

RGB 77 165 129 -
CMYK 0.53 0 0.22 0.35
HSL 155.45º 0.36% 0.47% -
HSV(B) 155.45º 0.53% 0.65% -
XYZ 20.48 30.07 25.49 -
YUV 134.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 77 165 129 0.53 0 0.22 0.35 155.45 0.36 0.47
Hex 4D A5 81 35 0 16 23 9B 24 2F
Octal 115 245 201 65 0 26 43 233 44 57
Binary 1001101 10100101 10000001 110101 0 10110 100011 10011011 100100 101111

Color Harmonies of #4DA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA581

Black with #4DA581

Text Example


Text Example

White with #4DA581

Text Example


Text Example

HTML Codes & Css Web 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>