Html Css Color HEX #31946B Eucalyptus

📋 copy color: '#31946B'

red 49 ◦ green 148 ◦ blue 107

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

Shades of Eucalyptus #31946B

Tints of Eucalyptus #31946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 16.12%
G = 48.68%
B = 35.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#31946B (or 0x31946B) is known color: Eucalyptus. HEX triplet: 31, 94 and 6B. RGB value is (49,148,107). Sum of RGB (Red+Green+Blue) = 49+148+107=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #31946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31946B is #CE6B94. Grayscale: #717171. Windows color (decimal): -13527957 or 7050289. OLE color: 7050289.

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

Color convert

RGB 49 148 107 -
CMYK 0.67 0 0.28 0.42
HSL 155.15º 0.5% 0.39% -
HSV(B) 155.15º 0.67% 0.58% -
XYZ 14.51 22.89 17.56 -
YUV 113.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 49 148 107 0.67 0 0.28 0.42 155.15 0.5 0.39
Hex 31 94 6B 43 0 1C 2A 9B 32 27
Octal 61 224 153 103 0 34 52 233 62 47
Binary 110001 10010100 1101011 1000011 0 11100 101010 10011011 110010 100111

Color Harmonies of #31946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31946B

Black with #31946B

Text Example


Text Example

White with #31946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,148,107); }

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

background-color css

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

 a { background-color: rgb(49,148,107); }

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

border-color css

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

 span { border-color: rgb(49,148,107); }

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