Html Css Color HEX #31986E Eucalyptus

📋 copy color: '#31986E'

red 49 ◦ green 152 ◦ blue 110

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

Shades of Eucalyptus #31986E

Tints of Eucalyptus #31986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 15.76%
G = 48.87%
B = 35.37%

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

#31986E (or 0x31986E) is known color: Eucalyptus. HEX triplet: 31, 98 and 6E. RGB value is (49,152,110). Sum of RGB (Red+Green+Blue) = 49+152+110=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #31986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31986E is #CE6791. Grayscale: #747474. Windows color (decimal): -13526930 or 7247921. OLE color: 7247921.

HSL color Cylindrical-coordinate representation of color #31986E: hue angle of 155.53º 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 #31986E is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 110 -
CMYK 0.68 0 0.28 0.40
HSL 155.53º 0.51% 0.39% -
HSV(B) 155.53º 0.68% 0.6% -
XYZ 15.31 24.24 18.62 -
YUV 116.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 49 152 110 0.68 0 0.28 0.40 155.53 0.51 0.39
Hex 31 98 6E 44 0 1C 28 9C 33 27
Octal 61 230 156 104 0 34 50 234 63 47
Binary 110001 10011000 1101110 1000100 0 11100 101000 10011100 110011 100111

Color Harmonies of #31986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31986E

Black with #31986E

Text Example


Text Example

White with #31986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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