#388418

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

Shades of Bilbao #388418

Tints of Bilbao #388418

Color information

#388418 (or 0x388418) is unknown color: approx Bilbao. HEX triplet: 38, 84 and 18. RGB value is (56,132,24). Sum of RGB (Red+Green+Blue) = 56+132+24=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #388418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388418 is #C77BE7. Grayscale: #616161. Windows color (decimal): -13073384 or 1606712. OLE color: 1606712.

HSL color Cylindrical-coordinate representation of color #388418: hue angle of 102.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #388418 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB5613224-
CMYK0.5800.820.48
HSL102.22º69.23%30.59%-
HSV(B)102.22º81.82%51.76%-
XYZ10.0517.413.69-
YUV96.9686.8298.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=26.42%
G=62.26%
B=11.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132240.5800.820.48102.2269.2330.59
Hex3884183A0523066451f
Octal70204307201226014610537
Binary1110001000010011000111010010100101100001100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388418; }

 p { color: rgb(56,132,24); }

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

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

 a { background-color: rgb(56,132,24); }

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

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

 span { border-color: rgb(56,132,24); }

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