#386931

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

Shades of Green House #386931

Tints of Green House #386931

Color information

#386931 (or 0x386931) is unknown color: approx Green House. HEX triplet: 38, 69 and 31. RGB value is (56,105,49). Sum of RGB (Red+Green+Blue) = 56+105+49=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #386931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386931 is #C796CE. Grayscale: #545454. Windows color (decimal): -13080271 or 3238200. OLE color: 3238200.

HSL color Cylindrical-coordinate representation of color #386931: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386931 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB5610549-
CMYK0.4700.530.59
HSL112.5º36.36%30.2%-
HSV(B)112.5º53.33%41.18%-
XYZ7.2411.174.68-
YUV83.96108.27108.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=26.67%
G=50%
B=23.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105490.4700.530.59112.536.3630.2
Hex3869312F0353B70241e
Octal701516157065731604436
Binary11100011010011100011011110110101111011111000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386931; }

 p { color: rgb(56,105,49); }

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

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

 a { background-color: rgb(56,105,49); }

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

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

 span { border-color: rgb(56,105,49); }

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