Html Css Color HEX #31A06D Eucalyptus

📋 copy color: '#31A06D'

red 49 ◦ green 160 ◦ blue 109

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

Shades of Eucalyptus #31A06D

Tints of Eucalyptus #31A06D

RGB

 RED value IS 49 (19.53% from 255) = 15.41%

 GREEN value IS 160 (62.89% from 255) = 50.31%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 15.41%
G = 50.31%
B = 34.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#31A06D (or 0x31A06D) is known color: Eucalyptus. HEX triplet: 31, A0 and 6D. RGB value is (49,160,109). Sum of RGB (Red+Green+Blue) = 49+160+109=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #31A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A06D is #CE5F92. Grayscale: #797979. Windows color (decimal): -13524883 or 7184433. OLE color: 7184433.

HSL color Cylindrical-coordinate representation of color #31A06D: hue angle of 152.43º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A06D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 160 109 -
CMYK 0.69 0 0.32 0.37
HSL 152.43º 0.53% 0.41% -
HSV(B) 152.43º 0.69% 0.63% -
XYZ 16.6 26.9 18.79 -
YUV 121 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 49 160 109 0.69 0 0.32 0.37 152.43 0.53 0.41
Hex 31 A0 6D 45 0 20 25 98 35 29
Octal 61 240 155 105 0 40 45 230 65 51
Binary 110001 10100000 1101101 1000101 0 100000 100101 10011000 110101 101001

Color Harmonies of #31A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A06D

Black with #31A06D

Text Example


Text Example

White with #31A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A06D; }

 p { color: rgb(49,160,109); }

 H1.HeaderClassName
 {
   color: #31A06D;
 }
 .AnyTagClassName
 {
   color: #31A06D;
 }
</style>

background-color css

<style>
 a { background-color: #31A06D; }

 a { background-color: rgb(49,160,109); }

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

border-color css

<style>
 span { border-color: #31A06D; }

 span { border-color: rgb(49,160,109); }

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