#387523

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

Shades of Bilbao #387523

Tints of Bilbao #387523

Color information

#387523 (or 0x387523) is unknown color: approx Bilbao. HEX triplet: 38, 75 and 23. RGB value is (56,117,35). Sum of RGB (Red+Green+Blue) = 56+117+35=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #387523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387523 is #C78ADC. Grayscale: #595959. Windows color (decimal): -13077213 or 2323768. OLE color: 2323768.

HSL color Cylindrical-coordinate representation of color #387523: hue angle of 104.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387523 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB5611735-
CMYK0.5200.700.54
HSL104.63º53.95%29.8%-
HSV(B)104.63º70.09%45.88%-
XYZ8.313.683.79-
YUV89.4197.29104.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=26.92%
G=56.25%
B=16.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117350.5200.700.54104.6353.9529.8
Hex387523340463669361e
Octal7016543640106661516636
Binary111000111010110001111010001000110110110110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387523; }

 p { color: rgb(56,117,35); }

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

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

 a { background-color: rgb(56,117,35); }

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

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

 span { border-color: rgb(56,117,35); }

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