#386524

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

Shades of Green House #386524

Tints of Green House #386524

Color information

#386524 (or 0x386524) is unknown color: approx Green House. HEX triplet: 38, 65 and 24. RGB value is (56,101,36). Sum of RGB (Red+Green+Blue) = 56+101+36=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #386524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386524 is #C79ADB. Grayscale: #505050. Windows color (decimal): -13081308 or 2385208. OLE color: 2385208.

HSL color Cylindrical-coordinate representation of color #386524: hue angle of 101.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386524 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB5610136-
CMYK0.4500.640.60
HSL101.54º47.45%26.86%-
HSV(B)101.54º64.36%39.61%-
XYZ6.610.283.3-
YUV80.14103.09110.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=29.02%
G=52.33%
B=18.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101360.4500.640.60101.5447.4526.86
Hex3865242D0403C662f1b
Octal7014544550100741465733
Binary111000110010110010010110101000000111100110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386524; }

 p { color: rgb(56,101,36); }

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

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

 a { background-color: rgb(56,101,36); }

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

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

 span { border-color: rgb(56,101,36); }

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