#386824

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

Shades of Green House #386824

Tints of Green House #386824

Color information

#386824 (or 0x386824) is unknown color: approx Green House. HEX triplet: 38, 68 and 24. RGB value is (56,104,36). Sum of RGB (Red+Green+Blue) = 56+104+36=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #386824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386824 is #C797DB. Grayscale: #525252. Windows color (decimal): -13080540 or 2385976. OLE color: 2385976.

HSL color Cylindrical-coordinate representation of color #386824: hue angle of 102.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386824 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB5610436-
CMYK0.4600.650.59
HSL102.35º48.57%27.45%-
HSV(B)102.35º65.38%40.78%-
XYZ6.910.873.4-
YUV81.9102.1109.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=28.57%
G=53.06%
B=18.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104360.4600.650.59102.3548.5727.45
Hex3868242E0413B66311b
Octal7015044560101731466133
Binary111000110100010010010111001000001111011110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386824; }

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

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

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

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

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

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

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

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