#3A8717

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

Shades of Bilbao #3A8717

Tints of Bilbao #3A8717

Color information

#3A8717 (or 0x3A8717) is unknown color: approx Bilbao. HEX triplet: 3A, 87 and 17. RGB value is (58,135,23). Sum of RGB (Red+Green+Blue) = 58+135+23=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8717 is #C578E8. Grayscale: #636363. Windows color (decimal): -12941545 or 1541946. OLE color: 1541946.

HSL color Cylindrical-coordinate representation of color #3A8717: hue angle of 101.25º 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 #3A8717 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB5813523-
CMYK0.5700.830.47
HSL101.25º70.89%30.98%-
HSV(B)101.25º82.96%52.94%-
XYZ10.5618.293.78-
YUV99.2184.9998.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 135 (53.12% from 255) = 62.5%
BLUE value IS 23 (9.38% from 255) = 10.65%
R=26.85%
G=62.5%
B=10.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58135230.5700.830.47101.2570.8930.98
Hex3A8717390532F65471f
Octal72207277101235714510737
Binary1110101000011110111111001010100111011111100101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A8717; }

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

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

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

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

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

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

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

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