Html Css Color HEX #4DA370 Ocean Green

📋 copy color: '#4DA370'

red 77 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #4DA370

Tints of Ocean Green #4DA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.31%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 21.88%
G = 46.31%
B = 31.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#4DA370 (or 0x4DA370) is known color: Ocean Green. HEX triplet: 4D, A3 and 70. RGB value is (77,163,112). Sum of RGB (Red+Green+Blue) = 77+163+112=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA370 is #B25C8F. Grayscale: #838383. Windows color (decimal): -11689104 or 7381837. OLE color: 7381837.

HSL color Cylindrical-coordinate representation of color #4DA370: hue angle of 144.42º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA370 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 163 112 -
CMYK 0.53 0 0.31 0.36
HSL 144.42º 0.36% 0.47% -
HSV(B) 144.42º 0.53% 0.64% -
XYZ 19.08 28.94 19.91 -
YUV 131.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 77 163 112 0.53 0 0.31 0.36 144.42 0.36 0.47
Hex 4D A3 70 35 0 1F 24 90 24 2F
Octal 115 243 160 65 0 37 44 220 44 57
Binary 1001101 10100011 1110000 110101 0 11111 100100 10010000 100100 101111

Color Harmonies of #4DA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA370

Black with #4DA370

Text Example


Text Example

White with #4DA370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,163,112); }

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

background-color css

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

 a { background-color: rgb(77,163,112); }

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

border-color css

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

 span { border-color: rgb(77,163,112); }

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