#386C1B

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

Shades of Bilbao #386C1B

Tints of Bilbao #386C1B

Color information

#386C1B (or 0x386C1B) is unknown color: approx Bilbao. HEX triplet: 38, 6C and 1B. RGB value is (56,108,27). Sum of RGB (Red+Green+Blue) = 56+108+27=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #386C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C1B is #C793E4. Grayscale: #535353. Windows color (decimal): -13079525 or 1797176. OLE color: 1797176.

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

Color convert

RGB5610827-
CMYK0.4800.750.58
HSL98.52º60%26.47%-
HSV(B)98.52º75%42.35%-
XYZ7.1911.652.91-
YUV83.2296.27108.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=29.32%
G=56.54%
B=14.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108270.4800.750.5898.526026.47
Hex386C1B3004B3A633c1a
Octal7015433600113721437432
Binary11100011011001101111000001001011111010110001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,108,27); }

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

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

 a { background-color: rgb(56,108,27); }

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

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

 span { border-color: rgb(56,108,27); }

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