#386326

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

Shades of Green House #386326

Tints of Green House #386326

Color information

#386326 (or 0x386326) is unknown color: approx Green House. HEX triplet: 38, 63 and 26. RGB value is (56,99,38). Sum of RGB (Red+Green+Blue) = 56+99+38=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #386326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386326 is #C79CD9. Grayscale: #4F4F4F. Windows color (decimal): -13081818 or 2515768. OLE color: 2515768.

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

Color convert

RGB569938-
CMYK0.4300.620.61
HSL102.3º44.53%26.86%-
HSV(B)102.3º61.62%38.82%-
XYZ6.449.93.41-
YUV79.19104.75111.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=29.02%
G=51.30%
B=19.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699380.4300.620.61102.344.5326.86
Hex3863262B03E3D662d1b
Octal701434653076751465533
Binary11100011000111001101010110111110111101110011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386326; }

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

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

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

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

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

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

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

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