Html Css Color HEX #31966E Eucalyptus

📋 copy color: '#31966E'

red 49 ◦ green 150 ◦ blue 110

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

Shades of Eucalyptus #31966E

Tints of Eucalyptus #31966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 15.86%
G = 48.54%
B = 35.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#31966E (or 0x31966E) is known color: Eucalyptus. HEX triplet: 31, 96 and 6E. RGB value is (49,150,110). Sum of RGB (Red+Green+Blue) = 49+150+110=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #31966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31966E is #CE6991. Grayscale: #737373. Windows color (decimal): -13527442 or 7247409. OLE color: 7247409.

HSL color Cylindrical-coordinate representation of color #31966E: hue angle of 156.24º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31966E is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 110 -
CMYK 0.67 0 0.27 0.41
HSL 156.24º 0.51% 0.39% -
HSV(B) 156.24º 0.67% 0.59% -
XYZ 14.99 23.59 18.52 -
YUV 115.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 49 150 110 0.67 0 0.27 0.41 156.24 0.51 0.39
Hex 31 96 6E 43 0 1B 29 9C 33 27
Octal 61 226 156 103 0 33 51 234 63 47
Binary 110001 10010110 1101110 1000011 0 11011 101001 10011100 110011 100111

Color Harmonies of #31966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31966E

Black with #31966E

Text Example


Text Example

White with #31966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31966E; }

 p { color: rgb(49,150,110); }

 H1.HeaderClassName
 {
   color: #31966E;
 }
 .AnyTagClassName
 {
   color: #31966E;
 }
</style>

background-color css

<style>
 a { background-color: #31966E; }

 a { background-color: rgb(49,150,110); }

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

border-color css

<style>
 span { border-color: #31966E; }

 span { border-color: rgb(49,150,110); }

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