#346128

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

Shades of Green House #346128

Tints of Green House #346128

Color information

#346128 (or 0x346128) is unknown color: approx Green House. HEX triplet: 34, 61 and 28. RGB value is (52,97,40). Sum of RGB (Red+Green+Blue) = 52+97+40=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #346128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346128 is #CB9ED7. Grayscale: #4D4D4D. Windows color (decimal): -13344472 or 2646324. OLE color: 2646324.

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

Color convert

RGB529740-
CMYK0.4600.590.62
HSL107.37º41.61%26.86%-
HSV(B)107.37º58.76%38.04%-
XYZ6.079.433.51-
YUV77.05107.09110.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=27.51%
G=51.32%
B=21.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297400.4600.590.62107.3741.6126.86
Hex3461282E03B3E6b2a1b
Octal641415056073761535233
Binary11010011000011010001011100111011111110110101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346128; }

 p { color: rgb(52,97,40); }

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

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

 a { background-color: rgb(52,97,40); }

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

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

 span { border-color: rgb(52,97,40); }

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