#3B632C

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

Shades of Green House #3B632C

Tints of Green House #3B632C

Color information

#3B632C (or 0x3B632C) is unknown color: approx Green House. HEX triplet: 3B, 63 and 2C. RGB value is (59,99,44). Sum of RGB (Red+Green+Blue) = 59+99+44=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #3B632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B632C is #C49CD3. Grayscale: #505050. Windows color (decimal): -12885204 or 2908987. OLE color: 2908987.

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

Color convert

RGB599944-
CMYK0.4000.560.61
HSL103.64º38.46%28.04%-
HSV(B)103.64º55.56%38.82%-
XYZ6.7210.043.97-
YUV80.77107.25112.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=29.21%
G=49.01%
B=21.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999440.4000.560.61103.6438.4628.04
Hex3B632C280383D68261c
Octal731435450070751504634
Binary11101111000111011001010000111000111101110100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,44); }

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

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

 a { background-color: rgb(59,99,44); }

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

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

 span { border-color: rgb(59,99,44); }

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