Html Css Color HEX #31996B Eucalyptus

📋 copy color: '#31996B'

red 49 ◦ green 153 ◦ blue 107

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

Shades of Eucalyptus #31996B

Tints of Eucalyptus #31996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

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

R = 15.86%
G = 49.51%
B = 34.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#31996B (or 0x31996B) is known color: Eucalyptus. HEX triplet: 31, 99 and 6B. RGB value is (49,153,107). Sum of RGB (Red+Green+Blue) = 49+153+107=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #31996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31996B is #CE6694. Grayscale: #747474. Windows color (decimal): -13526677 or 7051569. OLE color: 7051569.

HSL color Cylindrical-coordinate representation of color #31996B: hue angle of 153.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31996B is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 107 -
CMYK 0.68 0 0.30 0.4
HSL 153.46º 0.51% 0.4% -
HSV(B) 153.46º 0.68% 0.6% -
XYZ 15.31 24.5 17.83 -
YUV 116.66 122.54 79.74 -
System Red Green Blue C M Y K H S L
Decimal 49 153 107 0.68 0 0.30 0.4 153.46 0.51 0.4
Hex 31 99 6B 44 0 1E 28 99 33 28
Octal 61 231 153 104 0 36 50 231 63 50
Binary 110001 10011001 1101011 1000100 0 11110 101000 10011001 110011 101000

Color Harmonies of #31996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31996B

Black with #31996B

Text Example


Text Example

White with #31996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31996B; }

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

 H1.HeaderClassName
 {
   color: #31996B;
 }
 .AnyTagClassName
 {
   color: #31996B;
 }
</style>

background-color css

<style>
 a { background-color: #31996B; }

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

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

border-color css

<style>
 span { border-color: #31996B; }

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

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