#386623

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

Shades of Green House #386623

Tints of Green House #386623

Color information

#386623 (or 0x386623) is unknown color: approx Green House. HEX triplet: 38, 66 and 23. RGB value is (56,102,35). Sum of RGB (Red+Green+Blue) = 56+102+35=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #386623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386623 is #C799DC. Grayscale: #505050. Windows color (decimal): -13081053 or 2319928. OLE color: 2319928.

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

Color convert

RGB5610235-
CMYK0.4500.660.6
HSL101.19º48.91%26.86%-
HSV(B)101.19º65.69%40%-
XYZ6.6910.463.26-
YUV80.61102.26110.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=29.02%
G=52.85%
B=18.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102350.4500.660.6101.1948.9126.86
Hex3866232D0423C65311b
Octal7014643550102741456133
Binary111000110011010001110110101000010111100110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386623; }

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

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

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

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

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

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

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

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