#388615

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

Shades of Bilbao #388615

Tints of Bilbao #388615

Color information

#388615 (or 0x388615) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 15. RGB value is (56,134,21). Sum of RGB (Red+Green+Blue) = 56+134+21=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #388615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388615 is #C779EA. Grayscale: #626262. Windows color (decimal): -13072875 or 1410616. OLE color: 1410616.

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

Color convert

RGB5613421-
CMYK0.5800.840.47
HSL101.42º72.9%30.39%-
HSV(B)101.42º84.33%52.55%-
XYZ10.2917.953.63-
YUV97.884.6698.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 134 (52.73% from 255) = 63.51%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=26.54%
G=63.51%
B=9.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134210.5800.840.47101.4272.930.39
Hex3886153A0542F65491e
Octal70206257201245714511136
Binary1110001000011010101111010010101001011111100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388615; }

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

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

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

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

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

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

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

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