Html Css Color HEX #31A062 Eucalyptus

📋 copy color: '#31A062'

red 49 ◦ green 160 ◦ blue 98

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

Shades of Eucalyptus #31A062

Tints of Eucalyptus #31A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 15.96%
G = 52.12%
B = 31.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#31A062 (or 0x31A062) is known color: Eucalyptus. HEX triplet: 31, A0 and 62. RGB value is (49,160,98). Sum of RGB (Red+Green+Blue) = 49+160+98=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #31A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A062 is #CE5F9D. Grayscale: #777777. Windows color (decimal): -13524894 or 6463537. OLE color: 6463537.

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

Color convert

RGB 49 160 98 -
CMYK 0.69 0 0.39 0.37
HSL 146.49º 0.53% 0.41% -
HSV(B) 146.49º 0.69% 0.63% -
XYZ 16.04 26.68 15.86 -
YUV 119.74 115.73 77.54 -
System Red Green Blue C M Y K H S L
Decimal 49 160 98 0.69 0 0.39 0.37 146.49 0.53 0.41
Hex 31 A0 62 45 0 27 25 92 35 29
Octal 61 240 142 105 0 47 45 222 65 51
Binary 110001 10100000 1100010 1000101 0 100111 100101 10010010 110101 101001

Color Harmonies of #31A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A062

Black with #31A062

Text Example


Text Example

White with #31A062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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