Html Css Color HEX #31995F Eucalyptus

📋 copy color: '#31995F'

red 49 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #31995F

Tints of Eucalyptus #31995F

RGB

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

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

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

R = 16.5%
G = 51.52%
B = 31.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#31995F (or 0x31995F) is known color: Eucalyptus. HEX triplet: 31, 99 and 5F. RGB value is (49,153,95). Sum of RGB (Red+Green+Blue) = 49+153+95=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #31995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31995F is #CE66A0. Grayscale: #737373. Windows color (decimal): -13526689 or 6265137. OLE color: 6265137.

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

Color convert

RGB 49 153 95 -
CMYK 0.68 0 0.38 0.4
HSL 146.54º 0.51% 0.4% -
HSV(B) 146.54º 0.68% 0.6% -
XYZ 14.72 24.26 14.73 -
YUV 115.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 49 153 95 0.68 0 0.38 0.4 146.54 0.51 0.4
Hex 31 99 5F 44 0 26 28 93 33 28
Octal 61 231 137 104 0 46 50 223 63 50
Binary 110001 10011001 1011111 1000100 0 100110 101000 10010011 110011 101000

Color Harmonies of #31995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31995F

Black with #31995F

Text Example


Text Example

White with #31995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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