#346326

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

Shades of Green House #346326

Tints of Green House #346326

Color information

#346326 (or 0x346326) is unknown color: approx Green House. HEX triplet: 34, 63 and 26. RGB value is (52,99,38). Sum of RGB (Red+Green+Blue) = 52+99+38=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #346326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346326 is #CB9CD9. Grayscale: #4E4E4E. Windows color (decimal): -13343962 or 2515764. OLE color: 2515764.

HSL color Cylindrical-coordinate representation of color #346326: hue angle of 106.23º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346326 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB529938-
CMYK0.4700.620.61
HSL106.23º44.53%26.86%-
HSV(B)106.23º61.62%38.82%-
XYZ6.239.793.4-
YUV77.99105.43109.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=27.51%
G=52.38%
B=20.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299380.4700.620.61106.2344.5326.86
Hex3463262F03E3D6a2d1b
Octal641434657076751525533
Binary11010011000111001101011110111110111101110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346326; }

 p { color: rgb(52,99,38); }

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

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

 a { background-color: rgb(52,99,38); }

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

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

 span { border-color: rgb(52,99,38); }

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