#314C3E

Color #314C3E Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #314C3E

Tints of Bottle Green #314C3E

Color information

#314C3E (or 0x314C3E) is unknown color: approx Bottle Green. HEX triplet: 31, 4C and 3E. RGB value is (49,76,62). Sum of RGB (Red+Green+Blue) = 49+76+62=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #314C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C3E is #CEB3C1. Grayscale: #424242. Windows color (decimal): -13546434 or 4082737. OLE color: 4082737.

HSL color Cylindrical-coordinate representation of color #314C3E: hue angle of 148.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C3E is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB497662-
CMYK0.3600.180.70
HSL148.89º21.6%24.51%-
HSV(B)148.89º35.53%29.8%-
XYZ4.726.175.5-
YUV66.33125.55115.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=26.20%
G=40.64%
B=33.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976620.3600.180.70148.8921.624.51
Hex314C3E2401246951619
Octal6111476440221062252631
Binary11000110011001111101001000100101000110100101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314C3E; }

 p { color: rgb(49,76,62); }

 H1.HeaderClassName
 {
   color: #314C3E;
 }
 .AnyTagClassName
 {
   color: #314C3E;
 }
</style>
background-color css

<style>
 a { background-color: #314C3E; }

 a { background-color: rgb(49,76,62); }

 div.DivClassName
 {
   background-color: #314C3E;
 }
 .BgClassName
 {
   background-color: #314C3E;
 }
</style>
border-color css

<style>
 span { border-color: #314C3E; }

 span { border-color: rgb(49,76,62); }

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