Html Css Color HEX #4DB373 Ocean Green

📋 copy color: '#4DB373'

red 77 ◦ green 179 ◦ blue 115

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

Shades of Ocean Green #4DB373

Tints of Ocean Green #4DB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.25%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 20.75%
G = 48.25%
B = 31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#4DB373 (or 0x4DB373) is known color: Ocean Green. HEX triplet: 4D, B3 and 73. RGB value is (77,179,115). Sum of RGB (Red+Green+Blue) = 77+179+115=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB373 is #B24C8C. Grayscale: #8D8D8D. Windows color (decimal): -11685005 or 7582541. OLE color: 7582541.

HSL color Cylindrical-coordinate representation of color #4DB373: hue angle of 142.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB373 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 179 115 -
CMYK 0.57 0 0.36 0.30
HSL 142.35º 0.4% 0.5% -
HSV(B) 142.35º 0.57% 0.7% -
XYZ 22.28 35.06 21.81 -
YUV 141.21 113.21 82.2 -
System Red Green Blue C M Y K H S L
Decimal 77 179 115 0.57 0 0.36 0.30 142.35 0.4 0.5
Hex 4D B3 73 39 0 24 1E 8E 28 32
Octal 115 263 163 71 0 44 36 216 50 62
Binary 1001101 10110011 1110011 111001 0 100100 11110 10001110 101000 110010

Color Harmonies of #4DB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB373

Black with #4DB373

Text Example


Text Example

White with #4DB373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,179,115); }

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

background-color css

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

 a { background-color: rgb(77,179,115); }

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

border-color css

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

 span { border-color: rgb(77,179,115); }

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