Html Css Color HEX #31493C Bottle Green

📋 copy color: '#31493C'

red 49 ◦ green 73 ◦ blue 60

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

Shades of Bottle Green #31493C

Tints of Bottle Green #31493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 26.92%
G = 40.11%
B = 32.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#31493C (or 0x31493C) is known color: Bottle Green. HEX triplet: 31, 49 and 3C. RGB value is (49,73,60). Sum of RGB (Red+Green+Blue) = 49+73+60=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #31493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31493C is #CEB6C3. Grayscale: #404040. Windows color (decimal): -13547204 or 3950897. OLE color: 3950897.

HSL color Cylindrical-coordinate representation of color #31493C: hue angle of 147.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31493C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 60 -
CMYK 0.33 0 0.18 0.71
HSL 147.5º 0.2% 0.24% -
HSV(B) 147.5º 0.33% 0.29% -
XYZ 4.46 5.74 5.15 -
YUV 64.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 49 73 60 0.33 0 0.18 0.71 147.5 0.2 0.24
Hex 31 49 3C 21 0 12 47 94 14 18
Octal 61 111 74 41 0 22 107 224 24 30
Binary 110001 1001001 111100 100001 0 10010 1000111 10010100 10100 11000

Color Harmonies of #31493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31493C

Black with #31493C

Text Example


Text Example

White with #31493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31493C; }

 p { color: rgb(49,73,60); }

 H1.HeaderClassName
 {
   color: #31493C;
 }
 .AnyTagClassName
 {
   color: #31493C;
 }
</style>

background-color css

<style>
 a { background-color: #31493C; }

 a { background-color: rgb(49,73,60); }

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

border-color css

<style>
 span { border-color: #31493C; }

 span { border-color: rgb(49,73,60); }

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