#34661c

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

Shades of Green House #34661C

Tints of Green House #34661C

Color information

#34661C (or 0x34661C) is unknown color: approx Green House. HEX triplet: 34, 66 and 1C. RGB value is (52,102,28). Sum of RGB (Red+Green+Blue) = 52+102+28=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #34661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34661C is #CB99E3. Grayscale: #4E4E4E. Windows color (decimal): -13343204 or 1861172. OLE color: 1861172.

HSL color Cylindrical-coordinate representation of color #34661C: hue angle of 100.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34661C is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB5210228-
CMYK0.4900.730.6
HSL100.54º56.92%25.49%-
HSV(B)100.54º72.55%40%-
XYZ6.3810.322.75-
YUV78.6199.44109.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 102 (40.23% from 255) = 56.04%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=28.57%
G=56.04%
B=15.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102280.4900.730.6100.5456.9225.49
Hex34661C310493C653919
Octal6414634610111741457131
Binary11010011001101110011000101001001111100110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34661c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34661c; }

 p { color: rgb(52,102,28); }

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

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

 a { background-color: rgb(52,102,28); }

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

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

 span { border-color: rgb(52,102,28); }

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