#386728

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

Shades of Green House #386728

Tints of Green House #386728

Color information

#386728 (or 0x386728) is unknown color: approx Green House. HEX triplet: 38, 67 and 28. RGB value is (56,103,40). Sum of RGB (Red+Green+Blue) = 56+103+40=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #386728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386728 is #C798D7. Grayscale: #515151. Windows color (decimal): -13080792 or 2647864. OLE color: 2647864.

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

Color convert

RGB5610340-
CMYK0.4600.610.60
HSL104.76º44.06%28.04%-
HSV(B)104.76º61.17%40.39%-
XYZ6.8610.693.71-
YUV81.76104.43109.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 103 (40.62% from 255) = 51.76%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=28.14%
G=51.76%
B=20.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103400.4600.610.60104.7644.0628.04
Hex3867282E03D3C692c1c
Octal701475056075741515434
Binary11100011001111010001011100111101111100110100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386728; }

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

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

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

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

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

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

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

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