#387815

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

Shades of Bilbao #387815

Tints of Bilbao #387815

Color information

#387815 (or 0x387815) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 15. RGB value is (56,120,21). Sum of RGB (Red+Green+Blue) = 56+120+21=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #387815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387815 is #C787EA. Grayscale: #595959. Windows color (decimal): -13076459 or 1407032. OLE color: 1407032.

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

Color convert

RGB5612021-
CMYK0.5300.830.53
HSL98.79º70.21%27.65%-
HSV(B)98.79º82.5%47.06%-
XYZ8.4814.333.03-
YUV89.5889.3104.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=28.43%
G=60.91%
B=10.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120210.5300.830.5398.7970.2127.65
Hex387815350533563461c
Octal70170256501236514310634
Binary111000111100010101110101010100111101011100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387815; }

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

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

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

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

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

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

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

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