Html Css Color HEX #4DA374 Ocean Green

📋 copy color: '#4DA374'

red 77 ◦ green 163 ◦ blue 116

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

Shades of Ocean Green #4DA374

Tints of Ocean Green #4DA374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 21.63%
G = 45.79%
B = 32.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#4DA374 (or 0x4DA374) is known color: Ocean Green. HEX triplet: 4D, A3 and 74. RGB value is (77,163,116). Sum of RGB (Red+Green+Blue) = 77+163+116=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA374 is #B25C8B. Grayscale: #848484. Windows color (decimal): -11689100 or 7643981. OLE color: 7643981.

HSL color Cylindrical-coordinate representation of color #4DA374: hue angle of 147.21º 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 #4DA374 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 163 116 -
CMYK 0.53 0 0.29 0.36
HSL 147.21º 0.36% 0.47% -
HSV(B) 147.21º 0.53% 0.64% -
XYZ 19.31 29.03 21.11 -
YUV 131.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 77 163 116 0.53 0 0.29 0.36 147.21 0.36 0.47
Hex 4D A3 74 35 0 1D 24 93 24 2F
Octal 115 243 164 65 0 35 44 223 44 57
Binary 1001101 10100011 1110100 110101 0 11101 100100 10010011 100100 101111

Color Harmonies of #4DA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA374

Black with #4DA374

Text Example


Text Example

White with #4DA374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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