#386128

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

Shades of Green House #386128

Tints of Green House #386128

Color information

#386128 (or 0x386128) is unknown color: approx Green House. HEX triplet: 38, 61 and 28. RGB value is (56,97,40). Sum of RGB (Red+Green+Blue) = 56+97+40=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #386128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386128 is #C79ED7. Grayscale: #4E4E4E. Windows color (decimal): -13082328 or 2646328. OLE color: 2646328.

HSL color Cylindrical-coordinate representation of color #386128: hue angle of 103.16º 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 #386128 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB569740-
CMYK0.4200.590.62
HSL103.16º41.61%26.86%-
HSV(B)103.16º58.76%38.04%-
XYZ6.299.543.52-
YUV78.24106.42112.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=29.02%
G=50.26%
B=20.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697400.4200.590.62103.1641.6126.86
Hex3861282A03B3E672a1b
Octal701415052073761475233
Binary11100011000011010001010100111011111110110011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386128; }

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

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

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

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

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

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

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

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