Html Css Color HEX #31976F Eucalyptus

📋 copy color: '#31976F'

red 49 ◦ green 151 ◦ blue 111

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

Shades of Eucalyptus #31976F

Tints of Eucalyptus #31976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 15.76%
G = 48.55%
B = 35.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#31976F (or 0x31976F) is known color: Eucalyptus. HEX triplet: 31, 97 and 6F. RGB value is (49,151,111). Sum of RGB (Red+Green+Blue) = 49+151+111=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #31976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31976F is #CE6890. Grayscale: #747474. Windows color (decimal): -13527185 or 7313201. OLE color: 7313201.

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

Color convert

RGB 49 151 111 -
CMYK 0.68 0 0.26 0.41
HSL 156.47º 0.51% 0.39% -
HSV(B) 156.47º 0.68% 0.59% -
XYZ 15.2 23.93 18.86 -
YUV 115.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 49 151 111 0.68 0 0.26 0.41 156.47 0.51 0.39
Hex 31 97 6F 44 0 1A 29 9C 33 27
Octal 61 227 157 104 0 32 51 234 63 47
Binary 110001 10010111 1101111 1000100 0 11010 101001 10011100 110011 100111

Color Harmonies of #31976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31976F

Black with #31976F

Text Example


Text Example

White with #31976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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