#34601F

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

Shades of Green House #34601F

Tints of Green House #34601F

Color information

#34601F (or 0x34601F) is unknown color: approx Green House. HEX triplet: 34, 60 and 1F. RGB value is (52,96,31). Sum of RGB (Red+Green+Blue) = 52+96+31=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #34601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34601F is #CB9FE0. Grayscale: #4B4B4B. Windows color (decimal): -13344737 or 2056244. OLE color: 2056244.

HSL color Cylindrical-coordinate representation of color #34601F: hue angle of 100.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34601F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB529631-
CMYK0.4600.680.62
HSL100.62º51.18%24.9%-
HSV(B)100.62º67.71%37.65%-
XYZ5.859.192.76-
YUV75.43102.92111.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=29.05%
G=53.63%
B=17.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296310.4600.680.62100.6251.1824.9
Hex34601F2E0443E653319
Octal6414037560104761456331
Binary11010011000001111110111001000100111110110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34601F; }

 p { color: rgb(52,96,31); }

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

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

 a { background-color: rgb(52,96,31); }

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

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

 span { border-color: rgb(52,96,31); }

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