Html Css Color HEX #31936C Eucalyptus

📋 copy color: '#31936C'

red 49 ◦ green 147 ◦ blue 108

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

Shades of Eucalyptus #31936C

Tints of Eucalyptus #31936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.36%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 16.12%
G = 48.36%
B = 35.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#31936C (or 0x31936C) is known color: Eucalyptus. HEX triplet: 31, 93 and 6C. RGB value is (49,147,108). Sum of RGB (Red+Green+Blue) = 49+147+108=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #31936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31936C is #CE6C93. Grayscale: #717171. Windows color (decimal): -13528212 or 7115569. OLE color: 7115569.

HSL color Cylindrical-coordinate representation of color #31936C: hue angle of 156.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31936C is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 108 -
CMYK 0.67 0 0.27 0.42
HSL 156.12º 0.5% 0.38% -
HSV(B) 156.12º 0.67% 0.58% -
XYZ 14.41 22.6 17.79 -
YUV 113.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 49 147 108 0.67 0 0.27 0.42 156.12 0.5 0.38
Hex 31 93 6C 43 0 1B 2A 9C 32 26
Octal 61 223 154 103 0 33 52 234 62 46
Binary 110001 10010011 1101100 1000011 0 11011 101010 10011100 110010 100110

Color Harmonies of #31936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31936C

Black with #31936C

Text Example


Text Example

White with #31936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31936C; }

 p { color: rgb(49,147,108); }

 H1.HeaderClassName
 {
   color: #31936C;
 }
 .AnyTagClassName
 {
   color: #31936C;
 }
</style>

background-color css

<style>
 a { background-color: #31936C; }

 a { background-color: rgb(49,147,108); }

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

border-color css

<style>
 span { border-color: #31936C; }

 span { border-color: rgb(49,147,108); }

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