Html Css Color HEX #31996C Eucalyptus

📋 copy color: '#31996C'

red 49 ◦ green 153 ◦ blue 108

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

Shades of Eucalyptus #31996C

Tints of Eucalyptus #31996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 15.81%
G = 49.35%
B = 34.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#31996C (or 0x31996C) is known color: Eucalyptus. HEX triplet: 31, 99 and 6C. RGB value is (49,153,108). Sum of RGB (Red+Green+Blue) = 49+153+108=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #31996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31996C is #CE6693. Grayscale: #747474. Windows color (decimal): -13526676 or 7117105. OLE color: 7117105.

HSL color Cylindrical-coordinate representation of color #31996C: hue angle of 154.04º 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 #31996C is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 108 -
CMYK 0.68 0 0.29 0.4
HSL 154.04º 0.51% 0.4% -
HSV(B) 154.04º 0.68% 0.6% -
XYZ 15.36 24.52 18.11 -
YUV 116.77 123.04 79.66 -
System Red Green Blue C M Y K H S L
Decimal 49 153 108 0.68 0 0.29 0.4 154.04 0.51 0.4
Hex 31 99 6C 44 0 1D 28 9A 33 28
Octal 61 231 154 104 0 35 50 232 63 50
Binary 110001 10011001 1101100 1000100 0 11101 101000 10011010 110011 101000

Color Harmonies of #31996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31996C

Black with #31996C

Text Example


Text Example

White with #31996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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