#387917

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

Shades of Bilbao #387917

Tints of Bilbao #387917

Color information

#387917 (or 0x387917) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 17. RGB value is (56,121,23). Sum of RGB (Red+Green+Blue) = 56+121+23=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #387917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387917 is #C786E8. Grayscale: #5A5A5A. Windows color (decimal): -13076201 or 1538360. OLE color: 1538360.

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

Color convert

RGB5612123-
CMYK0.5400.810.53
HSL99.8º68.06%28.24%-
HSV(B)99.8º80.99%47.45%-
XYZ8.6214.583.17-
YUV90.3989.97103.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 121 (47.66% from 255) = 60.5%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=28%
G=60.5%
B=11.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121230.5400.810.5399.868.0628.24
Hex387917360513564441c
Octal70171276601216514410434
Binary111000111100110111110110010100011101011100100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387917; }

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

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

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

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

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

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

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

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