#388531

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

Shades of Bilbao #388531

Tints of Bilbao #388531

Color information

#388531 (or 0x388531) is unknown color: approx Bilbao. HEX triplet: 38, 85 and 31. RGB value is (56,133,49). Sum of RGB (Red+Green+Blue) = 56+133+49=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #388531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388531 is #C77ACE. Grayscale: #646464. Windows color (decimal): -13073103 or 3245368. OLE color: 3245368.

HSL color Cylindrical-coordinate representation of color #388531: hue angle of 115º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388531 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB5613349-
CMYK0.5800.630.48
HSL115º46.15%35.69%-
HSV(B)115º63.16%52.16%-
XYZ10.5717.845.79-
YUV100.498.9996.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=23.53%
G=55.88%
B=20.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133490.5800.630.4811546.1535.69
Hex3885313A03F30732e24
Octal702056172077601635644
Binary1110001000010111000111101001111111100001110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388531; }

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

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

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

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

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

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

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

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