#365F1E

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

Shades of Green House #365F1E

Tints of Green House #365F1E

Color information

#365F1E (or 0x365F1E) is unknown color: approx Green House. HEX triplet: 36, 5F and 1E. RGB value is (54,95,30). Sum of RGB (Red+Green+Blue) = 54+95+30=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #365F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F1E is #C9A0E1. Grayscale: #4B4B4B. Windows color (decimal): -13213922 or 1990454. OLE color: 1990454.

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

Color convert

RGB549530-
CMYK0.4300.680.63
HSL97.85º52%24.51%-
HSV(B)97.85º68.42%37.25%-
XYZ5.859.062.67-
YUV75.33102.42112.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 95 (37.5% from 255) = 53.07%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=30.17%
G=53.07%
B=16.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495300.4300.680.6397.855224.51
Hex365F1E2B0443F623419
Octal6613736530104771426431
Binary11011010111111111010101101000100111111110001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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