#32672B

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

Shades of Green House #32672B

Tints of Green House #32672B

Color information

#32672B (or 0x32672B) is unknown color: approx Green House. HEX triplet: 32, 67 and 2B. RGB value is (50,103,43). Sum of RGB (Red+Green+Blue) = 50+103+43=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #32672B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32672B is #CD98D4. Grayscale: #505050. Windows color (decimal): -13474005 or 2844466. OLE color: 2844466.

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

Color convert

RGB5010343-
CMYK0.5100.580.60
HSL113º41.1%28.63%-
HSV(B)113º58.25%40.39%-
XYZ6.610.553.97-
YUV80.31106.94106.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 103 (40.62% from 255) = 52.55%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=25.51%
G=52.55%
B=21.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103430.5100.580.6011341.128.63
Hex32672B3303A3C71291d
Octal621475363072741615135
Binary11001011001111010111100110111010111100111000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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