#388612

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

Shades of Bilbao #388612

Tints of Bilbao #388612

Color information

#388612 (or 0x388612) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 12. RGB value is (56,134,18). Sum of RGB (Red+Green+Blue) = 56+134+18=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #388612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388612 is #C779ED. Grayscale: #616161. Windows color (decimal): -13072878 or 1214008. OLE color: 1214008.

HSL color Cylindrical-coordinate representation of color #388612: hue angle of 100.34º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #388612 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB5613418-
CMYK0.5800.870.47
HSL100.34º76.32%29.8%-
HSV(B)100.34º86.57%52.55%-
XYZ10.2717.933.49-
YUV97.4583.1698.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 134 (52.73% from 255) = 64.42%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=26.92%
G=64.42%
B=8.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134180.5800.870.47100.3476.3229.8
Hex3886123A0572F644c1e
Octal70206227201275714411436
Binary1110001000011010010111010010101111011111100100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388612; }

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

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

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

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

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

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

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

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