#387715

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

Shades of Bilbao #387715

Tints of Bilbao #387715

Color information

#387715 (or 0x387715) is unknown color: approx Bilbao. HEX triplet: 38, 77 and 15. RGB value is (56,119,21). Sum of RGB (Red+Green+Blue) = 56+119+21=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #387715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387715 is #C788EA. Grayscale: #595959. Windows color (decimal): -13076715 or 1406776. OLE color: 1406776.

HSL color Cylindrical-coordinate representation of color #387715: hue angle of 98.57º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387715 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB5611921-
CMYK0.5300.820.53
HSL98.57º70%27.45%-
HSV(B)98.57º82.35%46.67%-
XYZ8.3614.092.99-
YUV88.9989.63104.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=28.57%
G=60.71%
B=10.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119210.5300.820.5398.577027.45
Hex387715350523563461b
Octal70167256501226514310633
Binary111000111011110101110101010100101101011100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387715; }

 p { color: rgb(56,119,21); }

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

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

 a { background-color: rgb(56,119,21); }

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

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

 span { border-color: rgb(56,119,21); }

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