#387D11

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

Shades of Bilbao #387D11

Tints of Bilbao #387D11

Color information

#387D11 (or 0x387D11) is unknown color: approx Bilbao. HEX triplet: 38, 7D and 11. RGB value is (56,125,17). Sum of RGB (Red+Green+Blue) = 56+125+17=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #387D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D11 is #C782EE. Grayscale: #5C5C5C. Windows color (decimal): -13075183 or 1146168. OLE color: 1146168.

HSL color Cylindrical-coordinate representation of color #387D11: hue angle of 98.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #387D11 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB5612517-
CMYK0.5500.860.51
HSL98.33º76.06%27.84%-
HSV(B)98.33º86.4%49.02%-
XYZ9.0715.553.05-
YUV92.0685.64102.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=28.28%
G=63.13%
B=8.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125170.5500.860.5198.3376.0627.84
Hex387D113705633624c1c
Octal70175216701266314211434
Binary111000111110110001110111010101101100111100010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387D11; }

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

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

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

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

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

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

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

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