Html Css Color HEX #4DAD75 Ocean Green

📋 copy color: '#4DAD75'

red 77 ◦ green 173 ◦ blue 117

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

Shades of Ocean Green #4DAD75

Tints of Ocean Green #4DAD75

RGB

 RED value IS 77 (30.47% from 255) = 20.98%

 GREEN value IS 173 (67.97% from 255) = 47.14%

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 20.98%
G = 47.14%
B = 31.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#4DAD75 (or 0x4DAD75) is known color: Ocean Green. HEX triplet: 4D, AD and 75. RGB value is (77,173,117). Sum of RGB (Red+Green+Blue) = 77+173+117=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD75 is #B2528A. Grayscale: #8A8A8A. Windows color (decimal): -11686539 or 7712077. OLE color: 7712077.

HSL color Cylindrical-coordinate representation of color #4DAD75: hue angle of 145º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD75 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 117 -
CMYK 0.55 0 0.32 0.32
HSL 145º 0.38% 0.49% -
HSV(B) 145º 0.55% 0.68% -
XYZ 21.22 32.75 22.03 -
YUV 137.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 77 173 117 0.55 0 0.32 0.32 145 0.38 0.49
Hex 4D AD 75 37 0 20 20 91 26 31
Octal 115 255 165 67 0 40 40 221 46 61
Binary 1001101 10101101 1110101 110111 0 100000 100000 10010001 100110 110001

Color Harmonies of #4DAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD75

Black with #4DAD75

Text Example


Text Example

White with #4DAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,117); }

 H1.HeaderClassName
 {
   color: #4DAD75;
 }
 .AnyTagClassName
 {
   color: #4DAD75;
 }
</style>

background-color css

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

 a { background-color: rgb(77,173,117); }

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

border-color css

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

 span { border-color: rgb(77,173,117); }

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