Html Css Color HEX #4DB076 Ocean Green

📋 copy color: '#4DB076'

red 77 ◦ green 176 ◦ blue 118

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

Shades of Ocean Green #4DB076

Tints of Ocean Green #4DB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 20.75%
G = 47.44%
B = 31.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#4DB076 (or 0x4DB076) is known color: Ocean Green. HEX triplet: 4D, B0 and 76. RGB value is (77,176,118). Sum of RGB (Red+Green+Blue) = 77+176+118=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB076 is #B24F89. Grayscale: #8B8B8B. Windows color (decimal): -11685770 or 7778381. OLE color: 7778381.

HSL color Cylindrical-coordinate representation of color #4DB076: hue angle of 144.85º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB076 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 176 118 -
CMYK 0.56 0 0.33 0.31
HSL 144.85º 0.39% 0.5% -
HSV(B) 144.85º 0.56% 0.69% -
XYZ 21.86 33.94 22.54 -
YUV 139.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 77 176 118 0.56 0 0.33 0.31 144.85 0.39 0.5
Hex 4D B0 76 38 0 21 1F 91 27 32
Octal 115 260 166 70 0 41 37 221 47 62
Binary 1001101 10110000 1110110 111000 0 100001 11111 10010001 100111 110010

Color Harmonies of #4DB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB076

Black with #4DB076

Text Example


Text Example

White with #4DB076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,176,118); }

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

background-color css

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

 a { background-color: rgb(77,176,118); }

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

border-color css

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

 span { border-color: rgb(77,176,118); }

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