#34601B

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

Shades of Green House #34601B

Tints of Green House #34601B

Color information

#34601B (or 0x34601B) is unknown color: approx Green House. HEX triplet: 34, 60 and 1B. RGB value is (52,96,27). Sum of RGB (Red+Green+Blue) = 52+96+27=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #34601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34601B is #CB9FE4. Grayscale: #4B4B4B. Windows color (decimal): -13344741 or 1794100. OLE color: 1794100.

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

Color convert

RGB529627-
CMYK0.4600.720.62
HSL98.26º56.1%24.12%-
HSV(B)98.26º71.88%37.65%-
XYZ5.89.172.5-
YUV74.98100.92111.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=29.71%
G=54.86%
B=15.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296270.4600.720.6298.2656.124.12
Hex34601B2E0483E623818
Octal6414033560110761427030
Binary11010011000001101110111001001000111110110001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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