#365A2A

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

Shades of Green House #365A2A

Tints of Green House #365A2A

Color information

#365A2A (or 0x365A2A) is unknown color: approx Green House. HEX triplet: 36, 5A and 2A. RGB value is (54,90,42). Sum of RGB (Red+Green+Blue) = 54+90+42=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #365A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A2A is #C9A5D5. Grayscale: #494949. Windows color (decimal): -13215190 or 2775606. OLE color: 2775606.

HSL color Cylindrical-coordinate representation of color #365A2A: hue angle of 105º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365A2A is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB549042-
CMYK0.4000.530.65
HSL105º36.36%25.88%-
HSV(B)105º53.33%35.29%-
XYZ5.68.263.49-
YUV73.76110.07113.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 90 (35.55% from 255) = 48.39%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=29.03%
G=48.39%
B=22.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5490420.4000.530.6510536.3625.88
Hex365A2A280354169241a
Octal6613252500651011514432
Binary110110101101010101010100001101011000001110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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