#34662A

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

Shades of Green House #34662A

Tints of Green House #34662A

Color information

#34662A (or 0x34662A) is unknown color: approx Green House. HEX triplet: 34, 66 and 2A. RGB value is (52,102,42). Sum of RGB (Red+Green+Blue) = 52+102+42=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #34662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34662A is #CB99D5. Grayscale: #505050. Windows color (decimal): -13343190 or 2778676. OLE color: 2778676.

HSL color Cylindrical-coordinate representation of color #34662A: hue angle of 110º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34662A is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB5210242-
CMYK0.4900.590.6
HSL110º41.67%28.24%-
HSV(B)110º58.82%40%-
XYZ6.5910.43.85-
YUV80.21106.44107.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=26.53%
G=52.04%
B=21.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102420.4900.590.611041.6728.24
Hex34662A3103B3C6e2a1c
Octal641465261073741565234
Binary11010011001101010101100010111011111100110111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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