#388331

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

Shades of Bilbao #388331

Tints of Bilbao #388331

Color information

#388331 (or 0x388331) is unknown color: approx Bilbao. HEX triplet: 38, 83 and 31. RGB value is (56,131,49). Sum of RGB (Red+Green+Blue) = 56+131+49=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #388331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388331 is #C77CCE. Grayscale: #636363. Windows color (decimal): -13073615 or 3244856. OLE color: 3244856.

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

Color convert

RGB5613149-
CMYK0.5700.630.49
HSL114.88º45.56%35.29%-
HSV(B)114.88º62.6%51.37%-
XYZ10.317.35.7-
YUV99.2399.6597.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=23.73%
G=55.51%
B=20.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131490.5700.630.49114.8845.5635.29
Hex3883313903F31732e23
Octal702036171077611635643
Binary1110001000001111000111100101111111100011110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388331; }

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

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

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

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

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

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

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

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