#388219

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

Shades of Bilbao #388219

Tints of Bilbao #388219

Color information

#388219 (or 0x388219) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 19. RGB value is (56,130,25). Sum of RGB (Red+Green+Blue) = 56+130+25=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #388219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388219 is #C77DE6. Grayscale: #606060. Windows color (decimal): -13073895 or 1671736. OLE color: 1671736.

HSL color Cylindrical-coordinate representation of color #388219: hue angle of 102.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #388219 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB5613025-
CMYK0.5700.810.49
HSL102.29º67.74%30.39%-
HSV(B)102.29º80.77%50.98%-
XYZ9.7916.883.66-
YUV95.987.9899.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=26.54%
G=61.61%
B=11.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130250.5700.810.49102.2967.7430.39
Hex388219390513166441e
Octal70202317101216114610436
Binary1110001000001011001111001010100011100011100110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388219; }

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

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

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

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

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

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

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

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