Html Css Color HEX #31975F Eucalyptus

📋 copy color: '#31975F'

red 49 ◦ green 151 ◦ blue 95

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

Shades of Eucalyptus #31975F

Tints of Eucalyptus #31975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 16.61%
G = 51.19%
B = 32.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#31975F (or 0x31975F) is known color: Eucalyptus. HEX triplet: 31, 97 and 5F. RGB value is (49,151,95). Sum of RGB (Red+Green+Blue) = 49+151+95=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #31975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31975F is #CE68A0. Grayscale: #727272. Windows color (decimal): -13527201 or 6264625. OLE color: 6264625.

HSL color Cylindrical-coordinate representation of color #31975F: hue angle of 147.06º 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 #31975F is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 95 -
CMYK 0.68 0 0.37 0.41
HSL 147.06º 0.51% 0.39% -
HSV(B) 147.06º 0.68% 0.59% -
XYZ 14.4 23.61 14.63 -
YUV 114.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 49 151 95 0.68 0 0.37 0.41 147.06 0.51 0.39
Hex 31 97 5F 44 0 25 29 93 33 27
Octal 61 227 137 104 0 45 51 223 63 47
Binary 110001 10010111 1011111 1000100 0 100101 101001 10010011 110011 100111

Color Harmonies of #31975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31975F

Black with #31975F

Text Example


Text Example

White with #31975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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