#387B1C

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

Shades of Bilbao #387B1C

Tints of Bilbao #387B1C

Color information

#387B1C (or 0x387B1C) is unknown color: approx Bilbao. HEX triplet: 38, 7B and 1C. RGB value is (56,123,28). Sum of RGB (Red+Green+Blue) = 56+123+28=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #387B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B1C is #C784E3. Grayscale: #5C5C5C. Windows color (decimal): -13075684 or 1866552. OLE color: 1866552.

HSL color Cylindrical-coordinate representation of color #387B1C: hue angle of 102.32º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387B1C is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB5612328-
CMYK0.5400.770.52
HSL102.32º62.91%29.61%-
HSV(B)102.32º77.24%48.24%-
XYZ8.9215.093.54-
YUV92.1491.8102.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=27.05%
G=59.42%
B=13.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123280.5400.770.52102.3262.9129.61
Hex387B1C3604D34663f1e
Octal7017334660115641467736
Binary11100011110111110011011001001101110100110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,123,28); }

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

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

 a { background-color: rgb(56,123,28); }

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

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

 span { border-color: rgb(56,123,28); }

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