#3B6A2A

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

Shades of Green House #3B6A2A

Tints of Green House #3B6A2A

Color information

#3B6A2A (or 0x3B6A2A) is unknown color: approx Green House. HEX triplet: 3B, 6A and 2A. RGB value is (59,106,42). Sum of RGB (Red+Green+Blue) = 59+106+42=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6A2A is #C495D5. Grayscale: #545454. Windows color (decimal): -12883414 or 2779707. OLE color: 2779707.

HSL color Cylindrical-coordinate representation of color #3B6A2A: hue angle of 104.06º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B6A2A is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB5910642-
CMYK0.4400.600.58
HSL104.06º43.24%29.02%-
HSV(B)104.06º60.38%41.57%-
XYZ7.3811.414-
YUV84.65103.93109.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=28.50%
G=51.21%
B=20.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59106420.4400.600.58104.0643.2429.02
Hex3B6A2A2C03C3A682b1d
Octal731525254074721505335
Binary11101111010101010101011000111100111010110100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,42); }

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

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

 a { background-color: rgb(59,106,42); }

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

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

 span { border-color: rgb(59,106,42); }

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