#3A6F32

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

Shades of Green House #3A6F32

Tints of Green House #3A6F32

Color information

#3A6F32 (or 0x3A6F32) is unknown color: approx Green House. HEX triplet: 3A, 6F and 32. RGB value is (58,111,50). Sum of RGB (Red+Green+Blue) = 58+111+50=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F32 is #C590CD. Grayscale: #585858. Windows color (decimal): -12947662 or 3305274. OLE color: 3305274.

HSL color Cylindrical-coordinate representation of color #3A6F32: hue angle of 112.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6F32 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB5811150-
CMYK0.4800.550.56
HSL112.13º37.89%31.57%-
HSV(B)112.13º54.95%43.53%-
XYZ8.0112.55.01-
YUV88.2106.44106.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=26.48%
G=50.68%
B=22.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58111500.4800.550.56112.1337.8931.57
Hex3A6F323003738702620
Octal721576260067701604640
Binary111010110111111001011000001101111110001110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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