#387927

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

Shades of Bilbao #387927

Tints of Bilbao #387927

Color information

#387927 (or 0x387927) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 27. RGB value is (56,121,39). Sum of RGB (Red+Green+Blue) = 56+121+39=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 121 (47.66% from 255 or 56.02% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 121 - color contains mainly: green. Hex color #387927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387927 is #C786D8. Grayscale: #5C5C5C. Windows color (decimal): -13076185 or 2586936. OLE color: 2586936.

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

Color convert

RGB5612139-
CMYK0.5400.680.53
HSL107.56º51.25%31.37%-
HSV(B)107.56º67.77%47.45%-
XYZ8.8314.664.28-
YUV92.2297.97102.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 121 (47.66% from 255) = 56.02%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=25.93%
G=56.02%
B=18.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121390.5400.680.53107.5651.2531.37
Hex38792736044356c331f
Octal7017147660104651546337
Binary111000111100110011111011001000100110101110110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387927; }

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

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

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

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

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

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

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

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