#33642C

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

Shades of Green House #33642C

Tints of Green House #33642C

Color information

#33642C (or 0x33642C) is unknown color: approx Green House. HEX triplet: 33, 64 and 2C. RGB value is (51,100,44). Sum of RGB (Red+Green+Blue) = 51+100+44=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #33642C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33642C is #CC9BD3. Grayscale: #4F4F4F. Windows color (decimal): -13409236 or 2909235. OLE color: 2909235.

HSL color Cylindrical-coordinate representation of color #33642C: hue angle of 112.5º degrees, saturation: 0.39, 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 #33642C is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB5110044-
CMYK0.4900.560.61
HSL112.5º38.89%28.24%-
HSV(B)112.5º56%39.22%-
XYZ6.38103.98-
YUV78.96108.27108.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=26.15%
G=51.28%
B=22.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51100440.4900.560.61112.538.8928.24
Hex33642C310383D70271c
Octal631445461070751604734
Binary11001111001001011001100010111000111101111000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33642C; }

 p { color: rgb(51,100,44); }

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

<style>
 a { background-color: #33642C; }

 a { background-color: rgb(51,100,44); }

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

<style>
 span { border-color: #33642C; }

 span { border-color: rgb(51,100,44); }

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