#32671B

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

Shades of Green House #32671B

Tints of Green House #32671B

Color information

#32671B (or 0x32671B) is unknown color: approx Green House. HEX triplet: 32, 67 and 1B. RGB value is (50,103,27). Sum of RGB (Red+Green+Blue) = 50+103+27=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #32671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32671B is #CD98E4. Grayscale: #4E4E4E. Windows color (decimal): -13474021 or 1795890. OLE color: 1795890.

HSL color Cylindrical-coordinate representation of color #32671B: hue angle of 101.84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32671B is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB5010327-
CMYK0.5100.740.60
HSL101.84º58.46%25.49%-
HSV(B)101.84º73.79%40.39%-
XYZ6.3610.462.72-
YUV78.4998.94107.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 27 (10.94% from 255) = 15%
R=27.78%
G=57.22%
B=15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103270.5100.740.60101.8458.4625.49
Hex32671B3304A3C663a19
Octal6214733630112741467231
Binary11001011001111101111001101001010111100110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32671B; }

 p { color: rgb(50,103,27); }

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

<style>
 a { background-color: #32671B; }

 a { background-color: rgb(50,103,27); }

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

<style>
 span { border-color: #32671B; }

 span { border-color: rgb(50,103,27); }

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