#366030

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

Shades of Green House #366030

Tints of Green House #366030

Color information

#366030 (or 0x366030) is unknown color: approx Green House. HEX triplet: 36, 60 and 30. RGB value is (54,96,48). Sum of RGB (Red+Green+Blue) = 54+96+48=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #366030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366030 is #C99FCF. Grayscale: #4E4E4E. Windows color (decimal): -13213648 or 3170358. OLE color: 3170358.

HSL color Cylindrical-coordinate representation of color #366030: hue angle of 112.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366030 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB549648-
CMYK0.4400.500.62
HSL112.5º33.33%28.24%-
HSV(B)112.5º50%37.65%-
XYZ6.249.364.27-
YUV77.97111.09110.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=27.27%
G=48.48%
B=24.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496480.4400.500.62112.533.3328.24
Hex3660302C0323E70211c
Octal661406054062761604134
Binary11011011000001100001011000110010111110111000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366030; }

 p { color: rgb(54,96,48); }

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

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

 a { background-color: rgb(54,96,48); }

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

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

 span { border-color: rgb(54,96,48); }

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