#386631

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

Shades of Green House #386631

Tints of Green House #386631

Color information

#386631 (or 0x386631) is unknown color: approx Green House. HEX triplet: 38, 66 and 31. RGB value is (56,102,49). Sum of RGB (Red+Green+Blue) = 56+102+49=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #386631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386631 is #C799CE. Grayscale: #525252. Windows color (decimal): -13081039 or 3237432. OLE color: 3237432.

HSL color Cylindrical-coordinate representation of color #386631: hue angle of 112.08º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386631 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB5610249-
CMYK0.4500.520.6
HSL112.08º35.1%29.61%-
HSV(B)112.08º51.96%40%-
XYZ6.9410.574.58-
YUV82.2109.26109.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=27.05%
G=49.28%
B=23.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102490.4500.520.6112.0835.129.61
Hex3866312D0343C70231e
Octal701466155064741604336
Binary11100011001101100011011010110100111100111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386631; }

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

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

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

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

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

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

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

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