#387C26

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

Shades of Bilbao #387C26

Tints of Bilbao #387C26

Color information

#387C26 (or 0x387C26) is unknown color: approx Bilbao. HEX triplet: 38, 7C and 26. RGB value is (56,124,38). Sum of RGB (Red+Green+Blue) = 56+124+38=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #387C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C26 is #C783D9. Grayscale: #5E5E5E. Windows color (decimal): -13075418 or 2522168. OLE color: 2522168.

HSL color Cylindrical-coordinate representation of color #387C26: hue angle of 107.44º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387C26 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB5612438-
CMYK0.5500.690.51
HSL107.44º53.09%31.76%-
HSV(B)107.44º69.35%48.63%-
XYZ9.1915.44.32-
YUV93.8696.47100.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 124 (48.83% from 255) = 56.88%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=25.69%
G=56.88%
B=17.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124380.5500.690.51107.4453.0931.76
Hex387C2637045336b3520
Octal7017446670105631536540
Binary1110001111100100110110111010001011100111101011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C26; }

 p { color: rgb(56,124,38); }

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

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

 a { background-color: rgb(56,124,38); }

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

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

 span { border-color: rgb(56,124,38); }

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