#388311

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

Shades of Bilbao #388311

Tints of Bilbao #388311

Color information

#388311 (or 0x388311) is unknown color: approx Bilbao. HEX triplet: 38, 83 and 11. RGB value is (56,131,17). Sum of RGB (Red+Green+Blue) = 56+131+17=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #388311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388311 is #C77CEE. Grayscale: #5F5F5F. Windows color (decimal): -13073647 or 1147704. OLE color: 1147704.

HSL color Cylindrical-coordinate representation of color #388311: hue angle of 99.47º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #388311 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB5613117-
CMYK0.5700.870.49
HSL99.47º77.03%29.02%-
HSV(B)99.47º87.02%51.37%-
XYZ9.8517.113.31-
YUV95.5883.6599.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 131 (51.56% from 255) = 64.22%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=27.45%
G=64.22%
B=8.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131170.5700.870.4999.4777.0329.02
Hex3883113905731634d1d
Octal70203217101276114311535
Binary1110001000001110001111001010101111100011100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388311; }

 p { color: rgb(56,131,17); }

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

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

 a { background-color: rgb(56,131,17); }

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

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

 span { border-color: rgb(56,131,17); }

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