#387C27

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

Shades of Bilbao #387C27

Tints of Bilbao #387C27

Color information

#387C27 (or 0x387C27) is unknown color: approx Bilbao. HEX triplet: 38, 7C and 27. RGB value is (56,124,39). Sum of RGB (Red+Green+Blue) = 56+124+39=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #387C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C27 is #C783D8. Grayscale: #5E5E5E. Windows color (decimal): -13075417 or 2587704. OLE color: 2587704.

HSL color Cylindrical-coordinate representation of color #387C27: hue angle of 108º degrees, saturation: 0.52, 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 #387C27 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB5612439-
CMYK0.5500.690.51
HSL108º52.15%31.96%-
HSV(B)108º68.55%48.63%-
XYZ9.215.44.41-
YUV93.9896.97100.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=25.57%
G=56.62%
B=17.81%

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
Decimal56124390.5500.690.5110852.1531.96
Hex387C2737045336c3420
Octal7017447670105631546440
Binary1110001111100100111110111010001011100111101100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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