#346422

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

Shades of Green House #346422

Tints of Green House #346422

Color information

#346422 (or 0x346422) is unknown color: approx Green House. HEX triplet: 34, 64 and 22. RGB value is (52,100,34). Sum of RGB (Red+Green+Blue) = 52+100+34=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #346422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346422 is #CB9BDD. Grayscale: #4E4E4E. Windows color (decimal): -13343710 or 2253876. OLE color: 2253876.

HSL color Cylindrical-coordinate representation of color #346422: hue angle of 103.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346422 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB5210034-
CMYK0.4800.660.61
HSL103.64º49.25%26.27%-
HSV(B)103.64º66%39.22%-
XYZ6.269.963.11-
YUV78.12103.1109.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 100 (39.45% from 255) = 53.76%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=27.96%
G=53.76%
B=18.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100340.4800.660.61103.6449.2526.27
Hex346422300423D68311a
Octal6414442600102751506132
Binary110100110010010001011000001000010111101110100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346422; }

 p { color: rgb(52,100,34); }

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

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

 a { background-color: rgb(52,100,34); }

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

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

 span { border-color: rgb(52,100,34); }

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