#388717

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

Shades of Bilbao #388717

Tints of Bilbao #388717

Color information

#388717 (or 0x388717) is unknown color: approx Bilbao. HEX triplet: 38, 87 and 17. RGB value is (56,135,23). Sum of RGB (Red+Green+Blue) = 56+135+23=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #388717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388717 is #C778E8. Grayscale: #626262. Windows color (decimal): -13072617 or 1541944. OLE color: 1541944.

HSL color Cylindrical-coordinate representation of color #388717: hue angle of 102.32º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #388717 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB5613523-
CMYK0.5900.830.47
HSL102.32º70.89%30.98%-
HSV(B)102.32º82.96%52.94%-
XYZ10.4518.233.78-
YUV98.6185.3397.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 135 (53.12% from 255) = 63.08%
BLUE value IS 23 (9.38% from 255) = 10.75%
R=26.17%
G=63.08%
B=10.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135230.5900.830.47102.3270.8930.98
Hex3887173B0532F66471f
Octal70207277301235714610737
Binary1110001000011110111111011010100111011111100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388717; }

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

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

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

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

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

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

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

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