Html Css Color HEX #31986D Eucalyptus

📋 copy color: '#31986D'

red 49 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #31986D

Tints of Eucalyptus #31986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

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

R = 15.81%
G = 49.03%
B = 35.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#31986D (or 0x31986D) is known color: Eucalyptus. HEX triplet: 31, 98 and 6D. RGB value is (49,152,109). Sum of RGB (Red+Green+Blue) = 49+152+109=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #31986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31986D is #CE6792. Grayscale: #747474. Windows color (decimal): -13526931 or 7182385. OLE color: 7182385.

HSL color Cylindrical-coordinate representation of color #31986D: hue angle of 154.95º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31986D is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 109 -
CMYK 0.68 0 0.28 0.40
HSL 154.95º 0.51% 0.39% -
HSV(B) 154.95º 0.68% 0.6% -
XYZ 15.26 24.21 18.34 -
YUV 116.3 123.88 80 -
System Red Green Blue C M Y K H S L
Decimal 49 152 109 0.68 0 0.28 0.40 154.95 0.51 0.39
Hex 31 98 6D 44 0 1C 28 9B 33 27
Octal 61 230 155 104 0 34 50 233 63 47
Binary 110001 10011000 1101101 1000100 0 11100 101000 10011011 110011 100111

Color Harmonies of #31986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31986D

Black with #31986D

Text Example


Text Example

White with #31986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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