Html Css Color HEX #31915D Eucalyptus

📋 copy color: '#31915D'

red 49 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #31915D

Tints of Eucalyptus #31915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

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

R = 17.07%
G = 50.52%
B = 32.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#31915D (or 0x31915D) is known color: Eucalyptus. HEX triplet: 31, 91 and 5D. RGB value is (49,145,93). Sum of RGB (Red+Green+Blue) = 49+145+93=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #31915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31915D is #CE6EA2. Grayscale: #6E6E6E. Windows color (decimal): -13528739 or 6132017. OLE color: 6132017.

HSL color Cylindrical-coordinate representation of color #31915D: hue angle of 147.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31915D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 93 -
CMYK 0.66 0 0.36 0.43
HSL 147.5º 0.49% 0.38% -
HSV(B) 147.5º 0.66% 0.57% -
XYZ 13.37 21.69 13.84 -
YUV 110.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 49 145 93 0.66 0 0.36 0.43 147.5 0.49 0.38
Hex 31 91 5D 42 0 24 2B 94 31 26
Octal 61 221 135 102 0 44 53 224 61 46
Binary 110001 10010001 1011101 1000010 0 100100 101011 10010100 110001 100110

Color Harmonies of #31915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31915D

Black with #31915D

Text Example


Text Example

White with #31915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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