#334A3E

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

Shades of Bottle Green #334A3E

Tints of Bottle Green #334A3E

Color information

#334A3E (or 0x334A3E) is unknown color: approx Bottle Green. HEX triplet: 33, 4A and 3E. RGB value is (51,74,62). Sum of RGB (Red+Green+Blue) = 51+74+62=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #334A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A3E is #CCB5C1. Grayscale: #414141. Windows color (decimal): -13415874 or 4082227. OLE color: 4082227.

HSL color Cylindrical-coordinate representation of color #334A3E: hue angle of 148.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #334A3E is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB517462-
CMYK0.3100.160.71
HSL148.7º18.4%24.51%-
HSV(B)148.7º31.08%29.02%-
XYZ4.685.955.46-
YUV65.76125.88117.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=27.27%
G=39.57%
B=33.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5174620.3100.160.71148.718.424.51
Hex334A3E1F01047951219
Octal6311276370201072252231
Binary1100111001010111110111110100001000111100101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A3E; }

 p { color: rgb(51,74,62); }

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

<style>
 a { background-color: #334A3E; }

 a { background-color: rgb(51,74,62); }

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

<style>
 span { border-color: #334A3E; }

 span { border-color: rgb(51,74,62); }

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