Html Css Color HEX #31996F Eucalyptus

📋 copy color: '#31996F'

red 49 ◦ green 153 ◦ blue 111

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

Shades of Eucalyptus #31996F

Tints of Eucalyptus #31996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.88%

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

R = 15.65%
G = 48.88%
B = 35.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#31996F (or 0x31996F) is known color: Eucalyptus. HEX triplet: 31, 99 and 6F. RGB value is (49,153,111). Sum of RGB (Red+Green+Blue) = 49+153+111=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #31996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31996F is #CE6690. Grayscale: #757575. Windows color (decimal): -13526673 or 7313713. OLE color: 7313713.

HSL color Cylindrical-coordinate representation of color #31996F: hue angle of 155.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31996F is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 111 -
CMYK 0.68 0 0.27 0.4
HSL 155.77º 0.51% 0.4% -
HSV(B) 155.77º 0.68% 0.6% -
XYZ 15.53 24.58 18.97 -
YUV 117.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 49 153 111 0.68 0 0.27 0.4 155.77 0.51 0.4
Hex 31 99 6F 44 0 1B 28 9C 33 28
Octal 61 231 157 104 0 33 50 234 63 50
Binary 110001 10011001 1101111 1000100 0 11011 101000 10011100 110011 101000

Color Harmonies of #31996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31996F

Black with #31996F

Text Example


Text Example

White with #31996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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