#387827

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

Shades of Bilbao #387827

Tints of Bilbao #387827

Color information

#387827 (or 0x387827) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 27. RGB value is (56,120,39). Sum of RGB (Red+Green+Blue) = 56+120+39=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #387827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387827 is #C787D8. Grayscale: #5B5B5B. Windows color (decimal): -13076441 or 2586680. OLE color: 2586680.

HSL color Cylindrical-coordinate representation of color #387827: hue angle of 107.41º 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 #387827 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB5612039-
CMYK0.5300.670.53
HSL107.41º50.94%31.18%-
HSV(B)107.41º67.5%47.06%-
XYZ8.7114.424.24-
YUV91.6398.3102.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=26.05%
G=55.81%
B=18.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120390.5300.670.53107.4150.9431.18
Hex38782735043356b331f
Octal7017047650103651536337
Binary111000111100010011111010101000011110101110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387827; }

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

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

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

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

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

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

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

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