#387920

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

Shades of Bilbao #387920

Tints of Bilbao #387920

Color information

#387920 (or 0x387920) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 20. RGB value is (56,121,32). Sum of RGB (Red+Green+Blue) = 56+121+32=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #387920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387920 is #C786DF. Grayscale: #5B5B5B. Windows color (decimal): -13076192 or 2128184. OLE color: 2128184.

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

Color convert

RGB5612132-
CMYK0.5400.740.53
HSL103.82º58.17%30%-
HSV(B)103.82º73.55%47.45%-
XYZ8.7314.623.73-
YUV91.4294.47102.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 121 (47.66% from 255) = 57.89%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=26.79%
G=57.89%
B=15.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121320.5400.740.53103.8258.1730
Hex3879203604A35683a1e
Octal7017140660112651507236
Binary111000111100110000011011001001010110101110100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387920; }

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

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

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

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

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

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

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

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