#386C20

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

Shades of Bilbao #386C20

Tints of Bilbao #386C20

Color information

#386C20 (or 0x386C20) is unknown color: approx Bilbao. HEX triplet: 38, 6C and 20. RGB value is (56,108,32). Sum of RGB (Red+Green+Blue) = 56+108+32=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #386C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C20 is #C793DF. Grayscale: #545454. Windows color (decimal): -13079520 or 2124856. OLE color: 2124856.

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

Color convert

RGB5610832-
CMYK0.4800.700.58
HSL101.05º54.29%27.45%-
HSV(B)101.05º70.37%42.35%-
XYZ7.2511.673.24-
YUV83.7998.77108.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=28.57%
G=55.10%
B=16.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108320.4800.700.58101.0554.2927.45
Hex386C20300463A65361b
Octal7015440600106721456633
Binary111000110110010000011000001000110111010110010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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