#386B1D

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

Shades of Bilbao #386B1D

Tints of Bilbao #386B1D

Color information

#386B1D (or 0x386B1D) is unknown color: approx Bilbao. HEX triplet: 38, 6B and 1D. RGB value is (56,107,29). Sum of RGB (Red+Green+Blue) = 56+107+29=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #386B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B1D is #C794E2. Grayscale: #535353. Windows color (decimal): -13079779 or 1927992. OLE color: 1927992.

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

Color convert

RGB5610729-
CMYK0.4800.730.58
HSL99.23º57.35%26.67%-
HSV(B)99.23º72.9%41.96%-
XYZ7.1111.443-
YUV82.8697.6108.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=29.17%
G=55.73%
B=15.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107290.4800.730.5899.2357.3526.67
Hex386B1D300493A63391b
Octal7015335600111721437133
Binary11100011010111110111000001001001111010110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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