#388917

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

Shades of Bilbao #388917

Tints of Bilbao #388917

Color information

#388917 (or 0x388917) is unknown color: approx Bilbao. HEX triplet: 38, 89 and 17. RGB value is (56,137,23). Sum of RGB (Red+Green+Blue) = 56+137+23=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #388917 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388917 is #C776E8. Grayscale: #646464. Windows color (decimal): -13072105 or 1542456. OLE color: 1542456.

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

Color convert

RGB5613723-
CMYK0.5900.830.46
HSL102.63º71.25%31.37%-
HSV(B)102.63º83.21%53.73%-
XYZ10.7318.793.87-
YUV99.7884.6696.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 137 (53.91% from 255) = 63.43%
BLUE value IS 23 (9.38% from 255) = 10.65%
R=25.93%
G=63.43%
B=10.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137230.5900.830.46102.6371.2531.37
Hex3889173B0532E67471f
Octal70211277301235614710737
Binary1110001000100110111111011010100111011101100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388917; }

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

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

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

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

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

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

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

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