#34661A

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

Shades of Green House #34661A

Tints of Green House #34661A

Color information

#34661A (or 0x34661A) is unknown color: approx Green House. HEX triplet: 34, 66 and 1A. RGB value is (52,102,26). Sum of RGB (Red+Green+Blue) = 52+102+26=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #34661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34661A is #CB99E5. Grayscale: #4E4E4E. Windows color (decimal): -13343206 or 1730100. OLE color: 1730100.

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

Color convert

RGB5210226-
CMYK0.4900.750.6
HSL99.47º59.38%25.1%-
HSV(B)99.47º74.51%40%-
XYZ6.3510.312.63-
YUV78.3998.44109.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 102 (40.23% from 255) = 56.67%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=28.89%
G=56.67%
B=14.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102260.4900.750.699.4759.3825.1
Hex34661A3104B3C633b19
Octal6414632610113741437331
Binary11010011001101101011000101001011111100110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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