#314B3D

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

Shades of Bottle Green #314B3D

Tints of Bottle Green #314B3D

Color information

#314B3D (or 0x314B3D) is unknown color: approx Bottle Green. HEX triplet: 31, 4B and 3D. RGB value is (49,75,61). Sum of RGB (Red+Green+Blue) = 49+75+61=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #314B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B3D is #CEB4C2. Grayscale: #414141. Windows color (decimal): -13546691 or 4016945. OLE color: 4016945.

HSL color Cylindrical-coordinate representation of color #314B3D: hue angle of 147.69º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314B3D is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB497561-
CMYK0.3500.190.71
HSL147.69º20.97%24.31%-
HSV(B)147.69º34.67%29.41%-
XYZ4.636.025.33-
YUV65.63125.39116.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=26.49%
G=40.54%
B=32.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975610.3500.190.71147.6920.9724.31
Hex314B3D2301347941518
Octal6111375430231072242530
Binary11000110010111111011000110100111000111100101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,75,61); }

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

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

 a { background-color: rgb(49,75,61); }

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

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

 span { border-color: rgb(49,75,61); }

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