#3B642B

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

Shades of Green House #3B642B

Tints of Green House #3B642B

Color information

#3B642B (or 0x3B642B) is unknown color: approx Green House. HEX triplet: 3B, 64 and 2B. RGB value is (59,100,43). Sum of RGB (Red+Green+Blue) = 59+100+43=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #3B642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B642B is #C49BD4. Grayscale: #515151. Windows color (decimal): -12884949 or 2843707. OLE color: 2843707.

HSL color Cylindrical-coordinate representation of color #3B642B: hue angle of 103.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B642B is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB5910043-
CMYK0.4100.570.61
HSL103.16º39.86%28.04%-
HSV(B)103.16º57%39.22%-
XYZ6.810.223.9-
YUV81.24106.42112.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=29.21%
G=49.50%
B=21.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59100430.4100.570.61103.1639.8628.04
Hex3B642B290393D67281c
Octal731445351071751475034
Binary11101111001001010111010010111001111101110011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,43); }

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

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

 a { background-color: rgb(59,100,43); }

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

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

 span { border-color: rgb(59,100,43); }

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