Html Css Color HEX #31A56B Eucalyptus

📋 copy color: '#31A56B'

red 49 ◦ green 165 ◦ blue 107

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

Shades of Eucalyptus #31A56B

Tints of Eucalyptus #31A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.4%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 15.26%
G = 51.4%
B = 33.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#31A56B (or 0x31A56B) is known color: Eucalyptus. HEX triplet: 31, A5 and 6B. RGB value is (49,165,107). Sum of RGB (Red+Green+Blue) = 49+165+107=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #31A56B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A56B is #CE5A94. Grayscale: #7B7B7B. Windows color (decimal): -13523605 or 7054641. OLE color: 7054641.

HSL color Cylindrical-coordinate representation of color #31A56B: hue angle of 150º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A56B is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 107 -
CMYK 0.70 0 0.35 0.35
HSL 150º 0.54% 0.42% -
HSV(B) 150º 0.7% 0.65% -
XYZ 17.38 28.62 18.52 -
YUV 123.7 118.57 74.72 -
System Red Green Blue C M Y K H S L
Decimal 49 165 107 0.70 0 0.35 0.35 150 0.54 0.42
Hex 31 A5 6B 46 0 23 23 96 36 2A
Octal 61 245 153 106 0 43 43 226 66 52
Binary 110001 10100101 1101011 1000110 0 100011 100011 10010110 110110 101010

Color Harmonies of #31A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A56B

Black with #31A56B

Text Example


Text Example

White with #31A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,107); }

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

background-color css

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

 a { background-color: rgb(49,165,107); }

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

border-color css

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

 span { border-color: rgb(49,165,107); }

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