Html Css Color HEX #31985F Eucalyptus

📋 copy color: '#31985F'

red 49 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #31985F

Tints of Eucalyptus #31985F

RGB

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

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

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

R = 16.55%
G = 51.35%
B = 32.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#31985F (or 0x31985F) is known color: Eucalyptus. HEX triplet: 31, 98 and 5F. RGB value is (49,152,95). Sum of RGB (Red+Green+Blue) = 49+152+95=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #31985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31985F is #CE67A0. Grayscale: #727272. Windows color (decimal): -13526945 or 6264881. OLE color: 6264881.

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

Color convert

RGB 49 152 95 -
CMYK 0.68 0 0.38 0.40
HSL 146.8º 0.51% 0.39% -
HSV(B) 146.8º 0.68% 0.6% -
XYZ 14.56 23.94 14.68 -
YUV 114.71 116.88 81.13 -
System Red Green Blue C M Y K H S L
Decimal 49 152 95 0.68 0 0.38 0.40 146.8 0.51 0.39
Hex 31 98 5F 44 0 26 28 93 33 27
Octal 61 230 137 104 0 46 50 223 63 47
Binary 110001 10011000 1011111 1000100 0 100110 101000 10010011 110011 100111

Color Harmonies of #31985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31985F

Black with #31985F

Text Example


Text Example

White with #31985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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