Html Css Color HEX #31A064 Eucalyptus

📋 copy color: '#31A064'

red 49 ◦ green 160 ◦ blue 100

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

Shades of Eucalyptus #31A064

Tints of Eucalyptus #31A064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 15.86%
G = 51.78%
B = 32.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#31A064 (or 0x31A064) is known color: Eucalyptus. HEX triplet: 31, A0 and 64. RGB value is (49,160,100). Sum of RGB (Red+Green+Blue) = 49+160+100=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #31A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A064 is #CE5F9B. Grayscale: #787878. Windows color (decimal): -13524892 or 6594609. OLE color: 6594609.

HSL color Cylindrical-coordinate representation of color #31A064: hue angle of 147.57º 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 #31A064 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 160 100 -
CMYK 0.69 0 0.38 0.37
HSL 147.57º 0.53% 0.41% -
HSV(B) 147.57º 0.69% 0.63% -
XYZ 16.14 26.71 16.36 -
YUV 119.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 49 160 100 0.69 0 0.38 0.37 147.57 0.53 0.41
Hex 31 A0 64 45 0 26 25 94 35 29
Octal 61 240 144 105 0 46 45 224 65 51
Binary 110001 10100000 1100100 1000101 0 100110 100101 10010100 110101 101001

Color Harmonies of #31A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A064

Black with #31A064

Text Example


Text Example

White with #31A064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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