Html Css Color HEX #31985B Eucalyptus

📋 copy color: '#31985B'

red 49 ◦ green 152 ◦ blue 91

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

Shades of Eucalyptus #31985B

Tints of Eucalyptus #31985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 16.78%
G = 52.05%
B = 31.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#31985B (or 0x31985B) is known color: Eucalyptus. HEX triplet: 31, 98 and 5B. RGB value is (49,152,91). Sum of RGB (Red+Green+Blue) = 49+152+91=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #31985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31985B is #CE67A4. Grayscale: #727272. Windows color (decimal): -13526949 or 6002737. OLE color: 6002737.

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

Color convert

RGB 49 152 91 -
CMYK 0.68 0 0.40 0.40
HSL 144.47º 0.51% 0.39% -
HSV(B) 144.47º 0.68% 0.6% -
XYZ 14.38 23.86 13.75 -
YUV 114.25 114.88 81.46 -
System Red Green Blue C M Y K H S L
Decimal 49 152 91 0.68 0 0.40 0.40 144.47 0.51 0.39
Hex 31 98 5B 44 0 28 28 90 33 27
Octal 61 230 133 104 0 50 50 220 63 47
Binary 110001 10011000 1011011 1000100 0 101000 101000 10010000 110011 100111

Color Harmonies of #31985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31985B

Black with #31985B

Text Example


Text Example

White with #31985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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