#3A8017

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

Shades of Bilbao #3A8017

Tints of Bilbao #3A8017

Color information

#3A8017 (or 0x3A8017) is unknown color: approx Bilbao. HEX triplet: 3A, 80 and 17. RGB value is (58,128,23). Sum of RGB (Red+Green+Blue) = 58+128+23=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8017 is #C57FE8. Grayscale: #5F5F5F. Windows color (decimal): -12943337 or 1540154. OLE color: 1540154.

HSL color Cylindrical-coordinate representation of color #3A8017: hue angle of 100º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A8017 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB5812823-
CMYK0.5500.820.50
HSL100º69.54%29.61%-
HSV(B)100º82.03%50.2%-
XYZ9.6216.43.47-
YUV95.187.31101.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 128 (50.39% from 255) = 61.24%
BLUE value IS 23 (9.38% from 255) = 11.00%
R=27.75%
G=61.24%
B=11.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128230.5500.820.5010069.5429.61
Hex3A8017370523264461e
Octal72200276701226214410636
Binary1110101000000010111110111010100101100101100100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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