Html Css Color HEX #4DAB75 Ocean Green

📋 copy color: '#4DAB75'

red 77 ◦ green 171 ◦ blue 117

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

Shades of Ocean Green #4DAB75

Tints of Ocean Green #4DAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.85%

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

R = 21.1%
G = 46.85%
B = 32.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#4DAB75 (or 0x4DAB75) is known color: Ocean Green. HEX triplet: 4D, AB and 75. RGB value is (77,171,117). Sum of RGB (Red+Green+Blue) = 77+171+117=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB75 is #B2548A. Grayscale: #888888. Windows color (decimal): -11687051 or 7711565. OLE color: 7711565.

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

Color convert

RGB 77 171 117 -
CMYK 0.55 0 0.32 0.33
HSL 145.53º 0.38% 0.49% -
HSV(B) 145.53º 0.55% 0.67% -
XYZ 20.83 31.99 21.91 -
YUV 136.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 77 171 117 0.55 0 0.32 0.33 145.53 0.38 0.49
Hex 4D AB 75 37 0 20 21 92 26 31
Octal 115 253 165 67 0 40 41 222 46 61
Binary 1001101 10101011 1110101 110111 0 100000 100001 10010010 100110 110001

Color Harmonies of #4DAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB75

Black with #4DAB75

Text Example


Text Example

White with #4DAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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