#3A6432

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

Shades of Green House #3A6432

Tints of Green House #3A6432

Color information

#3A6432 (or 0x3A6432) is unknown color: approx Green House. HEX triplet: 3A, 64 and 32. RGB value is (58,100,50). Sum of RGB (Red+Green+Blue) = 58+100+50=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6432 is #C59BCD. Grayscale: #515151. Windows color (decimal): -12950478 or 3302458. OLE color: 3302458.

HSL color Cylindrical-coordinate representation of color #3A6432: hue angle of 110.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A6432 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB5810050-
CMYK0.4200.500.61
HSL110.4º33.33%29.41%-
HSV(B)110.4º50%39.22%-
XYZ6.8810.244.63-
YUV81.74110.09111.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 100 (39.45% from 255) = 48.08%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=27.88%
G=48.08%
B=24.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100500.4200.500.61110.433.3329.41
Hex3A64322A0323D6e211d
Octal721446252062751564135
Binary11101011001001100101010100110010111101110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6432; }

 p { color: rgb(58,100,50); }

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

<style>
 a { background-color: #3A6432; }

 a { background-color: rgb(58,100,50); }

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

<style>
 span { border-color: #3A6432; }

 span { border-color: rgb(58,100,50); }

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