Html Css Color HEX #31976D Eucalyptus

📋 copy color: '#31976D'

red 49 ◦ green 151 ◦ blue 109

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

Shades of Eucalyptus #31976D

Tints of Eucalyptus #31976D

RGB

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

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

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

R = 15.86%
G = 48.87%
B = 35.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#31976D (or 0x31976D) is known color: Eucalyptus. HEX triplet: 31, 97 and 6D. RGB value is (49,151,109). Sum of RGB (Red+Green+Blue) = 49+151+109=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #31976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31976D is #CE6892. Grayscale: #737373. Windows color (decimal): -13527187 or 7182129. OLE color: 7182129.

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

Color convert

RGB 49 151 109 -
CMYK 0.68 0 0.28 0.41
HSL 155.29º 0.51% 0.39% -
HSV(B) 155.29º 0.68% 0.59% -
XYZ 15.09 23.89 18.28 -
YUV 115.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 49 151 109 0.68 0 0.28 0.41 155.29 0.51 0.39
Hex 31 97 6D 44 0 1C 29 9B 33 27
Octal 61 227 155 104 0 34 51 233 63 47
Binary 110001 10010111 1101101 1000100 0 11100 101001 10011011 110011 100111

Color Harmonies of #31976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31976D

Black with #31976D

Text Example


Text Example

White with #31976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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