#387913

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

Shades of Bilbao #387913

Tints of Bilbao #387913

Color information

#387913 (or 0x387913) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 13. RGB value is (56,121,19). Sum of RGB (Red+Green+Blue) = 56+121+19=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #387913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387913 is #C786EC. Grayscale: #5A5A5A. Windows color (decimal): -13076205 or 1276216. OLE color: 1276216.

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

Color convert

RGB5612119-
CMYK0.5400.840.53
HSL98.24º72.86%27.45%-
HSV(B)98.24º84.3%47.45%-
XYZ8.5914.562.97-
YUV89.9487.97103.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 121 (47.66% from 255) = 61.73%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=28.57%
G=61.73%
B=9.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121190.5400.840.5398.2472.8627.45
Hex387913360543562491b
Octal70171236601246514211133
Binary111000111100110011110110010101001101011100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387913; }

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

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

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

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

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

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

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

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