Html Css Color HEX #31946E Eucalyptus

📋 copy color: '#31946E'

red 49 ◦ green 148 ◦ blue 110

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

Shades of Eucalyptus #31946E

Tints of Eucalyptus #31946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

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

R = 15.96%
G = 48.21%
B = 35.83%

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

#31946E (or 0x31946E) is known color: Eucalyptus. HEX triplet: 31, 94 and 6E. RGB value is (49,148,110). Sum of RGB (Red+Green+Blue) = 49+148+110=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #31946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31946E is #CE6B91. Grayscale: #727272. Windows color (decimal): -13527954 or 7246897. OLE color: 7246897.

HSL color Cylindrical-coordinate representation of color #31946E: hue angle of 156.97º degrees, saturation: 0.5, 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 #31946E is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 110 -
CMYK 0.67 0 0.26 0.42
HSL 156.97º 0.5% 0.39% -
HSV(B) 156.97º 0.67% 0.58% -
XYZ 14.67 22.96 18.41 -
YUV 114.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 49 148 110 0.67 0 0.26 0.42 156.97 0.5 0.39
Hex 31 94 6E 43 0 1A 2A 9D 32 27
Octal 61 224 156 103 0 32 52 235 62 47
Binary 110001 10010100 1101110 1000011 0 11010 101010 10011101 110010 100111

Color Harmonies of #31946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31946E

Black with #31946E

Text Example


Text Example

White with #31946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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