#388B15

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

Shades of Bilbao #388B15

Tints of Bilbao #388B15

Color information

#388B15 (or 0x388B15) is unknown color: approx Bilbao. HEX triplet: 38, 8B and 15. RGB value is (56,139,21). Sum of RGB (Red+Green+Blue) = 56+139+21=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #388B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388B15 is #C774EA. Grayscale: #656565. Windows color (decimal): -13071595 or 1411896. OLE color: 1411896.

HSL color Cylindrical-coordinate representation of color #388B15: hue angle of 102.2º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #388B15 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB5613921-
CMYK0.6000.850.45
HSL102.2º73.75%31.37%-
HSV(B)102.2º84.89%54.51%-
XYZ1119.363.87-
YUV100.738396.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 139 (54.69% from 255) = 64.35%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=25.93%
G=64.35%
B=9.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56139210.6000.850.45102.273.7531.37
Hex388B153C0552D664a1f
Octal70213257401255514611237
Binary1110001000101110101111100010101011011011100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388B15; }

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

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

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

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

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

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

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

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