#346520

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

Shades of Green House #346520

Tints of Green House #346520

Color information

#346520 (or 0x346520) is unknown color: approx Green House. HEX triplet: 34, 65 and 20. RGB value is (52,101,32). Sum of RGB (Red+Green+Blue) = 52+101+32=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #346520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346520 is #CB9ADF. Grayscale: #4E4E4E. Windows color (decimal): -13343456 or 2123060. OLE color: 2123060.

HSL color Cylindrical-coordinate representation of color #346520: hue angle of 102.61º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #346520 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB5210132-
CMYK0.4900.680.60
HSL102.61º51.88%26.08%-
HSV(B)102.61º68.32%39.61%-
XYZ6.3310.142.99-
YUV78.48101.77109.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=28.11%
G=54.59%
B=17.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101320.4900.680.60102.6151.8826.08
Hex346520310443C67341a
Octal6414540610104741476432
Binary110100110010110000011000101000100111100110011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346520; }

 p { color: rgb(52,101,32); }

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

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

 a { background-color: rgb(52,101,32); }

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

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

 span { border-color: rgb(52,101,32); }

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