#365531

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

Shades of Green House #365531

Tints of Green House #365531

Color information

#365531 (or 0x365531) is unknown color: approx Green House. HEX triplet: 36, 55 and 31. RGB value is (54,85,49). Sum of RGB (Red+Green+Blue) = 54+85+49=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #365531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365531 is #C9AACE. Grayscale: #474747. Windows color (decimal): -13216463 or 3233078. OLE color: 3233078.

HSL color Cylindrical-coordinate representation of color #365531: hue angle of 111.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365531 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB548549-
CMYK0.3600.420.67
HSL111.67º26.87%26.27%-
HSV(B)111.67º42.35%33.33%-
XYZ5.327.54.07-
YUV71.63115.23115.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=28.72%
G=45.21%
B=26.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485490.3600.420.67111.6726.8726.27
Hex3655312402A43701b1a
Octal6612561440521031603332
Binary11011010101011100011001000101010100001111100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365531; }

 p { color: rgb(54,85,49); }

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

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

 a { background-color: rgb(54,85,49); }

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

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

 span { border-color: rgb(54,85,49); }

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