#386329

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

Shades of Green House #386329

Tints of Green House #386329

Color information

#386329 (or 0x386329) is unknown color: approx Green House. HEX triplet: 38, 63 and 29. RGB value is (56,99,41). Sum of RGB (Red+Green+Blue) = 56+99+41=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #386329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386329 is #C79CD6. Grayscale: #4F4F4F. Windows color (decimal): -13081815 or 2712376. OLE color: 2712376.

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

Color convert

RGB569941-
CMYK0.4300.590.61
HSL104.48º41.43%27.45%-
HSV(B)104.48º58.59%38.82%-
XYZ6.499.923.67-
YUV79.53106.25111.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=28.57%
G=50.51%
B=20.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699410.4300.590.61104.4841.4327.45
Hex3863292B03B3D68291b
Octal701435153073751505133
Binary11100011000111010011010110111011111101110100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386329; }

 p { color: rgb(56,99,41); }

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

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

 a { background-color: rgb(56,99,41); }

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

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

 span { border-color: rgb(56,99,41); }

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