#386828

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

Shades of Green House #386828

Tints of Green House #386828

Color information

#386828 (or 0x386828) is unknown color: approx Green House. HEX triplet: 38, 68 and 28. RGB value is (56,104,40). Sum of RGB (Red+Green+Blue) = 56+104+40=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #386828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386828 is #C797D7. Grayscale: #525252. Windows color (decimal): -13080536 or 2648120. OLE color: 2648120.

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

Color convert

RGB5610440-
CMYK0.4600.620.59
HSL105º44.44%28.24%-
HSV(B)105º61.54%40.78%-
XYZ6.9610.893.74-
YUV82.35104.1109.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 40 (16.02% from 255) = 20%
R=28%
G=52%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104400.4600.620.5910544.4428.24
Hex3868282E03E3B692c1c
Octal701505056076731515434
Binary11100011010001010001011100111110111011110100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386828; }

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

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

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

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

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

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

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

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