#366328

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

Shades of Green House #366328

Tints of Green House #366328

Color information

#366328 (or 0x366328) is unknown color: approx Green House. HEX triplet: 36, 63 and 28. RGB value is (54,99,40). Sum of RGB (Red+Green+Blue) = 54+99+40=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #366328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366328 is #C99CD7. Grayscale: #4F4F4F. Windows color (decimal): -13212888 or 2646838. OLE color: 2646838.

HSL color Cylindrical-coordinate representation of color #366328: hue angle of 105.76º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366328 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB549940-
CMYK0.4500.600.61
HSL105.76º42.45%27.25%-
HSV(B)105.76º59.6%38.82%-
XYZ6.379.863.58-
YUV78.82106.09110.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=27.98%
G=51.30%
B=20.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499400.4500.600.61105.7642.4527.25
Hex3663282D03C3D6a2a1b
Octal661435055074751525233
Binary11011011000111010001011010111100111101110101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366328; }

 p { color: rgb(54,99,40); }

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

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

 a { background-color: rgb(54,99,40); }

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

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

 span { border-color: rgb(54,99,40); }

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