Html Css Color HEX #31975A Eucalyptus

📋 copy color: '#31975A'

red 49 ◦ green 151 ◦ blue 90

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

Shades of Eucalyptus #31975A

Tints of Eucalyptus #31975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 16.9%
G = 52.07%
B = 31.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#31975A (or 0x31975A) is known color: Eucalyptus. HEX triplet: 31, 97 and 5A. RGB value is (49,151,90). Sum of RGB (Red+Green+Blue) = 49+151+90=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #31975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31975A is #CE68A5. Grayscale: #717171. Windows color (decimal): -13527206 or 5936945. OLE color: 5936945.

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

Color convert

RGB 49 151 90 -
CMYK 0.68 0 0.40 0.41
HSL 144.12º 0.51% 0.39% -
HSV(B) 144.12º 0.68% 0.59% -
XYZ 14.18 23.52 13.47 -
YUV 113.55 114.71 81.96 -
System Red Green Blue C M Y K H S L
Decimal 49 151 90 0.68 0 0.40 0.41 144.12 0.51 0.39
Hex 31 97 5A 44 0 28 29 90 33 27
Octal 61 227 132 104 0 50 51 220 63 47
Binary 110001 10010111 1011010 1000100 0 101000 101001 10010000 110011 100111

Color Harmonies of #31975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31975A

Black with #31975A

Text Example


Text Example

White with #31975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31975A; }

 p { color: rgb(49,151,90); }

 H1.HeaderClassName
 {
   color: #31975A;
 }
 .AnyTagClassName
 {
   color: #31975A;
 }
</style>

background-color css

<style>
 a { background-color: #31975A; }

 a { background-color: rgb(49,151,90); }

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

border-color css

<style>
 span { border-color: #31975A; }

 span { border-color: rgb(49,151,90); }

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