Html Css Color HEX #31956F Eucalyptus

📋 copy color: '#31956F'

red 49 ◦ green 149 ◦ blue 111

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

Shades of Eucalyptus #31956F

Tints of Eucalyptus #31956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.22%

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 15.86%
G = 48.22%
B = 35.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#31956F (or 0x31956F) is known color: Eucalyptus. HEX triplet: 31, 95 and 6F. RGB value is (49,149,111). Sum of RGB (Red+Green+Blue) = 49+149+111=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #31956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31956F is #CE6A90. Grayscale: #727272. Windows color (decimal): -13527697 or 7312689. OLE color: 7312689.

HSL color Cylindrical-coordinate representation of color #31956F: hue angle of 157.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31956F is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 111 -
CMYK 0.67 0 0.26 0.42
HSL 157.2º 0.51% 0.39% -
HSV(B) 157.2º 0.67% 0.58% -
XYZ 14.88 23.3 18.75 -
YUV 114.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 49 149 111 0.67 0 0.26 0.42 157.2 0.51 0.39
Hex 31 95 6F 43 0 1A 2A 9D 33 27
Octal 61 225 157 103 0 32 52 235 63 47
Binary 110001 10010101 1101111 1000011 0 11010 101010 10011101 110011 100111

Color Harmonies of #31956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31956F

Black with #31956F

Text Example


Text Example

White with #31956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31956F; }

 p { color: rgb(49,149,111); }

 H1.HeaderClassName
 {
   color: #31956F;
 }
 .AnyTagClassName
 {
   color: #31956F;
 }
</style>

background-color css

<style>
 a { background-color: #31956F; }

 a { background-color: rgb(49,149,111); }

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

border-color css

<style>
 span { border-color: #31956F; }

 span { border-color: rgb(49,149,111); }

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