#387104

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

Shades of Bilbao #387104

Tints of Bilbao #387104

Color information

#387104 (or 0x387104) is unknown color: approx Bilbao. HEX triplet: 38, 71 and 04. RGB value is (56,113,4). Sum of RGB (Red+Green+Blue) = 56+113+4=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #387104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387104 is #C78EFB. Grayscale: #535353. Windows color (decimal): -13078268 or 291128. OLE color: 291128.

HSL color Cylindrical-coordinate representation of color #387104: hue angle of 91.38º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #387104 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB561134-
CMYK0.5000.960.56
HSL91.38º93.16%22.94%-
HSV(B)91.38º96.46%44.31%-
XYZ7.5612.662.16-
YUV83.5383.12108.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 113 (44.53% from 255) = 65.32%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=32.37%
G=65.32%
B=2.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5611340.5000.960.5691.3893.1622.94
Hex3871432060385b5d17
Octal7016146201407013313527
Binary1110001110001100110010011000001110001011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387104; }

 p { color: rgb(56,113,4); }

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

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

 a { background-color: rgb(56,113,4); }

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

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

 span { border-color: rgb(56,113,4); }

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