#346B2D

Color #346B2D Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #346B2D

Tints of Green House #346B2D

Color information

#346B2D (or 0x346B2D) is unknown color: approx Green House. HEX triplet: 34, 6B and 2D. RGB value is (52,107,45). Sum of RGB (Red+Green+Blue) = 52+107+45=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #346B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B2D is #CB94D2. Grayscale: #535353. Windows color (decimal): -13341907 or 2976564. OLE color: 2976564.

HSL color Cylindrical-coordinate representation of color #346B2D: hue angle of 113.23º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346B2D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB5210745-
CMYK0.5100.580.58
HSL113.23º40.79%29.8%-
HSV(B)113.23º57.94%41.96%-
XYZ7.1511.434.31-
YUV83.49106.28105.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=25.49%
G=52.45%
B=22.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107450.5100.580.58113.2340.7929.8
Hex346B2D3303A3A71291e
Octal641535563072721615136
Binary11010011010111011011100110111010111010111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346B2D; }

 p { color: rgb(52,107,45); }

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

<style>
 a { background-color: #346B2D; }

 a { background-color: rgb(52,107,45); }

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

<style>
 span { border-color: #346B2D; }

 span { border-color: rgb(52,107,45); }

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