#387812

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

Shades of Bilbao #387812

Tints of Bilbao #387812

Color information

#387812 (or 0x387812) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 12. RGB value is (56,120,18). Sum of RGB (Red+Green+Blue) = 56+120+18=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #387812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387812 is #C787ED. Grayscale: #595959. Windows color (decimal): -13076462 or 1210424. OLE color: 1210424.

HSL color Cylindrical-coordinate representation of color #387812: hue angle of 97.65º 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 #387812 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB5612018-
CMYK0.5300.850.53
HSL97.65º73.91%27.06%-
HSV(B)97.65º85%47.06%-
XYZ8.4614.322.89-
YUV89.2487.8104.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=28.87%
G=61.86%
B=9.28%

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
Decimal56120180.5300.850.5397.6573.9127.06
Hex3878123505535624a1b
Octal70170226501256514211233
Binary111000111100010010110101010101011101011100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387812; }

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

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

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

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

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

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

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

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