#34611A

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

Shades of Green House #34611A

Tints of Green House #34611A

Color information

#34611A (or 0x34611A) is unknown color: approx Green House. HEX triplet: 34, 61 and 1A. RGB value is (52,97,26). Sum of RGB (Red+Green+Blue) = 52+97+26=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #34611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34611A is #CB9EE5. Grayscale: #4B4B4B. Windows color (decimal): -13344486 or 1728820. OLE color: 1728820.

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

Color convert

RGB529726-
CMYK0.4600.730.62
HSL98.03º57.72%24.12%-
HSV(B)98.03º73.2%38.04%-
XYZ5.889.352.47-
YUV75.45100.09111.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=29.71%
G=55.43%
B=14.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297260.4600.730.6298.0357.7224.12
Hex34611A2E0493E623a18
Octal6414132560111761427230
Binary11010011000011101010111001001001111110110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34611A; }

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

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

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

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

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

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

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

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