#365F2A

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

Shades of Green House #365F2A

Tints of Green House #365F2A

Color information

#365F2A (or 0x365F2A) is unknown color: approx Green House. HEX triplet: 36, 5F and 2A. RGB value is (54,95,42). Sum of RGB (Red+Green+Blue) = 54+95+42=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #365F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F2A is #C9A0D5. Grayscale: #4C4C4C. Windows color (decimal): -13213910 or 2776886. OLE color: 2776886.

HSL color Cylindrical-coordinate representation of color #365F2A: hue angle of 106.42º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365F2A is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB549542-
CMYK0.4300.560.63
HSL106.42º38.69%26.86%-
HSV(B)106.42º55.79%37.25%-
XYZ6.039.143.64-
YUV76.7108.42111.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 95 (37.5% from 255) = 49.74%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=28.27%
G=49.74%
B=21.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495420.4300.560.63106.4238.6926.86
Hex365F2A2B0383F6a271b
Octal661375253070771524733
Binary11011010111111010101010110111000111111110101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F2A; }

 p { color: rgb(54,95,42); }

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

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

 a { background-color: rgb(54,95,42); }

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

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

 span { border-color: rgb(54,95,42); }

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