Html Css Color HEX #31995D Eucalyptus

📋 copy color: '#31995D'

red 49 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #31995D

Tints of Eucalyptus #31995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 16.61%
G = 51.86%
B = 31.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#31995D (or 0x31995D) is known color: Eucalyptus. HEX triplet: 31, 99 and 5D. RGB value is (49,153,93). Sum of RGB (Red+Green+Blue) = 49+153+93=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #31995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31995D is #CE66A2. Grayscale: #737373. Windows color (decimal): -13526691 or 6134065. OLE color: 6134065.

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

Color convert

RGB 49 153 93 -
CMYK 0.68 0 0.39 0.4
HSL 145.38º 0.51% 0.4% -
HSV(B) 145.38º 0.68% 0.6% -
XYZ 14.63 24.23 14.26 -
YUV 115.06 115.54 80.88 -
System Red Green Blue C M Y K H S L
Decimal 49 153 93 0.68 0 0.39 0.4 145.38 0.51 0.4
Hex 31 99 5D 44 0 27 28 91 33 28
Octal 61 231 135 104 0 47 50 221 63 50
Binary 110001 10011001 1011101 1000100 0 100111 101000 10010001 110011 101000

Color Harmonies of #31995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31995D

Black with #31995D

Text Example


Text Example

White with #31995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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