#34621A

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

Shades of Green House #34621A

Tints of Green House #34621A

Color information

#34621A (or 0x34621A) is unknown color: approx Green House. HEX triplet: 34, 62 and 1A. RGB value is (52,98,26). Sum of RGB (Red+Green+Blue) = 52+98+26=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #34621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34621A is #CB9DE5. Grayscale: #4C4C4C. Windows color (decimal): -13344230 or 1729076. OLE color: 1729076.

HSL color Cylindrical-coordinate representation of color #34621A: hue angle of 98.33º 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 #34621A is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB529826-
CMYK0.4700.730.62
HSL98.33º58.06%24.31%-
HSV(B)98.33º73.47%38.43%-
XYZ5.979.542.5-
YUV76.0499.76110.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=29.55%
G=55.68%
B=14.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298260.4700.730.6298.3358.0624.31
Hex34621A2F0493E623a18
Octal6414232570111761427230
Binary11010011000101101010111101001001111110110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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