#388A15

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

Shades of Bilbao #388A15

Tints of Bilbao #388A15

Color information

#388A15 (or 0x388A15) is unknown color: approx Bilbao. HEX triplet: 38, 8A and 15. RGB value is (56,138,21). Sum of RGB (Red+Green+Blue) = 56+138+21=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #388A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388A15 is #C775EA. Grayscale: #646464. Windows color (decimal): -13071851 or 1411640. OLE color: 1411640.

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

Color convert

RGB5613821-
CMYK0.5900.850.46
HSL102.05º73.58%31.18%-
HSV(B)102.05º84.78%54.12%-
XYZ10.8519.073.82-
YUV100.1483.3396.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 138 (54.30% from 255) = 64.19%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=26.05%
G=64.19%
B=9.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56138210.5900.850.46102.0573.5831.18
Hex388A153B0552E664a1f
Octal70212257301255614611237
Binary1110001000101010101111011010101011011101100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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