#386a09

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

Shades of Bilbao #386A09

Tints of Bilbao #386A09

Color information

#386A09 (or 0x386A09) is unknown color: approx Bilbao. HEX triplet: 38, 6A and 09. RGB value is (56,106,9). Sum of RGB (Red+Green+Blue) = 56+106+9=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #386A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A09 is #C795F6. Grayscale: #505050. Windows color (decimal): -13080055 or 617016. OLE color: 617016.

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

Color convert

RGB561069-
CMYK0.4700.920.58
HSL90.93º84.35%22.55%-
HSV(B)90.93º91.51%41.57%-
XYZ6.8311.172.05-
YUV79.9987.94110.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=32.75%
G=61.99%
B=5.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5610690.4700.920.5890.9384.3522.55
Hex386A92F05C3A5b5417
Octal70152115701347213312427
Binary11100011010101001101111010111001110101011011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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