#34642B

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

Shades of Green House #34642B

Tints of Green House #34642B

Color information

#34642B (or 0x34642B) is unknown color: approx Green House. HEX triplet: 34, 64 and 2B. RGB value is (52,100,43). Sum of RGB (Red+Green+Blue) = 52+100+43=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #34642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34642B is #CB9BD4. Grayscale: #4F4F4F. Windows color (decimal): -13343701 or 2843700. OLE color: 2843700.

HSL color Cylindrical-coordinate representation of color #34642B: hue angle of 110.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34642B is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB5210043-
CMYK0.4800.570.61
HSL110.53º39.86%28.04%-
HSV(B)110.53º57%39.22%-
XYZ6.4110.023.88-
YUV79.15107.6108.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=26.67%
G=51.28%
B=22.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100430.4800.570.61110.5339.8628.04
Hex34642B300393D6f281c
Octal641445360071751575034
Binary11010011001001010111100000111001111101110111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34642B; }

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

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

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

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

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

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

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

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