#386A1D

Color #386A1D Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #386A1D

Tints of Bilbao #386A1D

Color information

#386A1D (or 0x386A1D) is unknown color: approx Bilbao. HEX triplet: 38, 6A and 1D. RGB value is (56,106,29). Sum of RGB (Red+Green+Blue) = 56+106+29=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #386A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A1D is #C795E2. Grayscale: #525252. Windows color (decimal): -13080035 or 1927736. OLE color: 1927736.

HSL color Cylindrical-coordinate representation of color #386A1D: hue angle of 98.96º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386A1D is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB5610629-
CMYK0.4700.730.58
HSL98.96º57.04%26.47%-
HSV(B)98.96º72.64%41.57%-
XYZ7.0111.242.96-
YUV82.2797.94109.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=29.32%
G=55.50%
B=15.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56106290.4700.730.5898.9657.0426.47
Hex386A1D2F0493A63391a
Octal7015235570111721437132
Binary11100011010101110110111101001001111010110001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A1D; }

 p { color: rgb(56,106,29); }

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

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

 a { background-color: rgb(56,106,29); }

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

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

 span { border-color: rgb(56,106,29); }

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