#388619

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

Shades of Bilbao #388619

Tints of Bilbao #388619

Color information

#388619 (or 0x388619) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 19. RGB value is (56,134,25). Sum of RGB (Red+Green+Blue) = 56+134+25=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #388619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388619 is #C779E6. Grayscale: #626262. Windows color (decimal): -13072871 or 1672760. OLE color: 1672760.

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

Color convert

RGB5613425-
CMYK0.5800.810.47
HSL102.94º68.55%31.18%-
HSV(B)102.94º81.34%52.55%-
XYZ10.3317.963.84-
YUV98.2586.6697.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 134 (52.73% from 255) = 62.33%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=26.05%
G=62.33%
B=11.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134250.5800.810.47102.9468.5531.18
Hex3886193A0512F67451f
Octal70206317201215714710537
Binary1110001000011011001111010010100011011111100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388619; }

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

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

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

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

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

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

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

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