#346D2A

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

Shades of Green House #346D2A

Tints of Green House #346D2A

Color information

#346D2A (or 0x346D2A) is unknown color: approx Green House. HEX triplet: 34, 6D and 2A. RGB value is (52,109,42). Sum of RGB (Red+Green+Blue) = 52+109+42=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #346D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D2A is #CB92D5. Grayscale: #545454. Windows color (decimal): -13341398 or 2780468. OLE color: 2780468.

HSL color Cylindrical-coordinate representation of color #346D2A: hue angle of 111.04º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346D2A is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB5210942-
CMYK0.5200.610.57
HSL111.04º44.37%29.61%-
HSV(B)111.04º61.47%42.75%-
XYZ7.311.834.09-
YUV84.32104.12104.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 109 (42.97% from 255) = 53.69%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=25.62%
G=53.69%
B=20.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52109420.5200.610.57111.0444.3729.61
Hex346D2A3403D396f2c1e
Octal641555264075711575436
Binary11010011011011010101101000111101111001110111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,42); }

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

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

 a { background-color: rgb(52,109,42); }

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

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

 span { border-color: rgb(52,109,42); }

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