Html Css Color HEX #4DA171 Ocean Green

📋 copy color: '#4DA171'

red 77 ◦ green 161 ◦ blue 113

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

Shades of Ocean Green #4DA171

Tints of Ocean Green #4DA171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.87%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 21.94%
G = 45.87%
B = 32.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#4DA171 (or 0x4DA171) is known color: Ocean Green. HEX triplet: 4D, A1 and 71. RGB value is (77,161,113). Sum of RGB (Red+Green+Blue) = 77+161+113=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA171 is #B25E8E. Grayscale: #828282. Windows color (decimal): -11689615 or 7446861. OLE color: 7446861.

HSL color Cylindrical-coordinate representation of color #4DA171: hue angle of 145.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA171 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 161 113 -
CMYK 0.52 0 0.30 0.37
HSL 145.71º 0.35% 0.47% -
HSV(B) 145.71º 0.52% 0.63% -
XYZ 18.79 28.26 20.09 -
YUV 130.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 77 161 113 0.52 0 0.30 0.37 145.71 0.35 0.47
Hex 4D A1 71 34 0 1E 25 92 23 2F
Octal 115 241 161 64 0 36 45 222 43 57
Binary 1001101 10100001 1110001 110100 0 11110 100101 10010010 100011 101111

Color Harmonies of #4DA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA171

Black with #4DA171

Text Example


Text Example

White with #4DA171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,161,113); }

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

background-color css

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

 a { background-color: rgb(77,161,113); }

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

border-color css

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

 span { border-color: rgb(77,161,113); }

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