#387712

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

Shades of Bilbao #387712

Tints of Bilbao #387712

Color information

#387712 (or 0x387712) is unknown color: approx Bilbao. HEX triplet: 38, 77 and 12. RGB value is (56,119,18). Sum of RGB (Red+Green+Blue) = 56+119+18=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #387712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387712 is #C788ED. Grayscale: #585858. Windows color (decimal): -13076718 or 1210168. OLE color: 1210168.

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

Color convert

RGB5611918-
CMYK0.5300.850.53
HSL97.43º73.72%26.86%-
HSV(B)97.43º84.87%46.67%-
XYZ8.3414.082.85-
YUV88.6588.13104.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 119 (46.88% from 255) = 61.66%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=29.02%
G=61.66%
B=9.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119180.5300.850.5397.4373.7226.86
Hex3877123505535614a1b
Octal70167226501256514111233
Binary111000111011110010110101010101011101011100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387712; }

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

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

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

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

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

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

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

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