#387820

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

Shades of Bilbao #387820

Tints of Bilbao #387820

Color information

#387820 (or 0x387820) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 20. RGB value is (56,120,32). Sum of RGB (Red+Green+Blue) = 56+120+32=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #387820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387820 is #C787DF. Grayscale: #5B5B5B. Windows color (decimal): -13076448 or 2127928. OLE color: 2127928.

HSL color Cylindrical-coordinate representation of color #387820: hue angle of 103.64º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387820 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB5612032-
CMYK0.5300.730.53
HSL103.64º57.89%29.8%-
HSV(B)103.64º73.33%47.06%-
XYZ8.6114.383.69-
YUV90.8394.8103.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=26.92%
G=57.69%
B=15.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120320.5300.730.53103.6457.8929.8
Hex3878203504935683a1e
Octal7017040650111651507236
Binary111000111100010000011010101001001110101110100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387820; }

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

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

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

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

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

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

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

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