#386228

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

Shades of Green House #386228

Tints of Green House #386228

Color information

#386228 (or 0x386228) is unknown color: approx Green House. HEX triplet: 38, 62 and 28. RGB value is (56,98,40). Sum of RGB (Red+Green+Blue) = 56+98+40=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #386228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386228 is #C79DD7. Grayscale: #4F4F4F. Windows color (decimal): -13082072 or 2646584. OLE color: 2646584.

HSL color Cylindrical-coordinate representation of color #386228: hue angle of 103.45º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386228 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB569840-
CMYK0.4300.590.62
HSL103.45º42.03%27.06%-
HSV(B)103.45º59.18%38.43%-
XYZ6.389.733.55-
YUV78.83106.09111.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=28.87%
G=50.52%
B=20.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698400.4300.590.62103.4542.0327.06
Hex3862282B03B3E672a1b
Octal701425053073761475233
Binary11100011000101010001010110111011111110110011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386228; }

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

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

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

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

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

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

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

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