#387911

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

Shades of Bilbao #387911

Tints of Bilbao #387911

Color information

#387911 (or 0x387911) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 11. RGB value is (56,121,17). Sum of RGB (Red+Green+Blue) = 56+121+17=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #387911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387911 is #C786EE. Grayscale: #5A5A5A. Windows color (decimal): -13076207 or 1145144. OLE color: 1145144.

HSL color Cylindrical-coordinate representation of color #387911: hue angle of 97.5º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #387911 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB5612117-
CMYK0.5400.860.53
HSL97.5º75.36%27.06%-
HSV(B)97.5º85.95%47.45%-
XYZ8.5714.562.89-
YUV89.7186.97103.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 121 (47.66% from 255) = 62.37%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=28.87%
G=62.37%
B=8.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121170.5400.860.5397.575.3627.06
Hex3879113605635624b1b
Octal70171216601266514211333
Binary111000111100110001110110010101101101011100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387911; }

 p { color: rgb(56,121,17); }

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

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

 a { background-color: rgb(56,121,17); }

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

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

 span { border-color: rgb(56,121,17); }

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