#365D26

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

Shades of Green House #365D26

Tints of Green House #365D26

Color information

#365D26 (or 0x365D26) is unknown color: approx Green House. HEX triplet: 36, 5D and 26. RGB value is (54,93,38). Sum of RGB (Red+Green+Blue) = 54+93+38=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #365D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D26 is #C9A2D9. Grayscale: #4B4B4B. Windows color (decimal): -13214426 or 2514230. OLE color: 2514230.

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

Color convert

RGB549338-
CMYK0.4200.590.64
HSL102.55º41.98%25.69%-
HSV(B)102.55º59.14%36.47%-
XYZ5.798.753.22-
YUV75.07107.08112.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=29.19%
G=50.27%
B=20.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493380.4200.590.64102.5541.9825.69
Hex365D262A03B40672a1a
Octal6613546520731001475232
Binary110110101110110011010101001110111000000110011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,38); }

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

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

 a { background-color: rgb(54,93,38); }

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

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

 span { border-color: rgb(54,93,38); }

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