#388317

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

Shades of Bilbao #388317

Tints of Bilbao #388317

Color information

#388317 (or 0x388317) is unknown color: approx Bilbao. HEX triplet: 38, 83 and 17. RGB value is (56,131,23). Sum of RGB (Red+Green+Blue) = 56+131+23=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #388317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388317 is #C77CE8. Grayscale: #606060. Windows color (decimal): -13073641 or 1540920. OLE color: 1540920.

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

Color convert

RGB5613123-
CMYK0.5700.820.49
HSL101.67º70.13%30.2%-
HSV(B)101.67º82.44%51.37%-
XYZ9.917.143.6-
YUV96.2686.6599.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 131 (51.56% from 255) = 62.38%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=26.67%
G=62.38%
B=10.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131230.5700.820.49101.6770.1330.2
Hex388317390523166461e
Octal70203277101226114610636
Binary1110001000001110111111001010100101100011100110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388317; }

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

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

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

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

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

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

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

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