#32621C

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

Shades of Green House #32621C

Tints of Green House #32621C

Color information

#32621C (or 0x32621C) is unknown color: approx Green House. HEX triplet: 32, 62 and 1C. RGB value is (50,98,28). Sum of RGB (Red+Green+Blue) = 50+98+28=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #32621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32621C is #CD9DE3. Grayscale: #4B4B4B. Windows color (decimal): -13475300 or 1860146. OLE color: 1860146.

HSL color Cylindrical-coordinate representation of color #32621C: hue angle of 101.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32621C is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB509828-
CMYK0.4900.710.62
HSL101.14º55.56%24.71%-
HSV(B)101.14º71.43%38.43%-
XYZ5.899.52.62-
YUV75.67101.1109.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=28.41%
G=55.68%
B=15.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098280.4900.710.62101.1455.5624.71
Hex32621C310473E653819
Octal6214234610107761457031
Binary11001011000101110011000101000111111110110010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,98,28); }

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

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

 a { background-color: rgb(50,98,28); }

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

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

 span { border-color: rgb(50,98,28); }

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