Html Css Color HEX #31946D Eucalyptus

📋 copy color: '#31946D'

red 49 ◦ green 148 ◦ blue 109

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

Shades of Eucalyptus #31946D

Tints of Eucalyptus #31946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 16.01%
G = 48.37%
B = 35.62%

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

#31946D (or 0x31946D) is known color: Eucalyptus. HEX triplet: 31, 94 and 6D. RGB value is (49,148,109). Sum of RGB (Red+Green+Blue) = 49+148+109=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #31946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31946D is #CE6B92. Grayscale: #727272. Windows color (decimal): -13527955 or 7181361. OLE color: 7181361.

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

Color convert

RGB 49 148 109 -
CMYK 0.67 0 0.26 0.42
HSL 156.36º 0.5% 0.39% -
HSV(B) 156.36º 0.67% 0.58% -
XYZ 14.62 22.94 18.12 -
YUV 113.95 125.2 81.67 -
System Red Green Blue C M Y K H S L
Decimal 49 148 109 0.67 0 0.26 0.42 156.36 0.5 0.39
Hex 31 94 6D 43 0 1A 2A 9C 32 27
Octal 61 224 155 103 0 32 52 234 62 47
Binary 110001 10010100 1101101 1000011 0 11010 101010 10011100 110010 100111

Color Harmonies of #31946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31946D

Black with #31946D

Text Example


Text Example

White with #31946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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