#346020

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

Shades of Green House #346020

Tints of Green House #346020

Color information

#346020 (or 0x346020) is unknown color: approx Green House. HEX triplet: 34, 60 and 20. RGB value is (52,96,32). Sum of RGB (Red+Green+Blue) = 52+96+32=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #346020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346020 is #CB9FDF. Grayscale: #4B4B4B. Windows color (decimal): -13344736 or 2121780. OLE color: 2121780.

HSL color Cylindrical-coordinate representation of color #346020: hue angle of 101.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #346020 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB529632-
CMYK0.4600.670.62
HSL101.25º50%25.1%-
HSV(B)101.25º66.67%37.65%-
XYZ5.869.22.83-
YUV75.55103.42111.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=28.89%
G=53.33%
B=17.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296320.4600.670.62101.255025.1
Hex3460202E0433E653219
Octal6414040560103761456231
Binary110100110000010000010111001000011111110110010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346020; }

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

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

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

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

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

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

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

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