#3A7510

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

Shades of Bilbao #3A7510

Tints of Bilbao #3A7510

Color information

#3A7510 (or 0x3A7510) is unknown color: approx Bilbao. HEX triplet: 3A, 75 and 10. RGB value is (58,117,16). Sum of RGB (Red+Green+Blue) = 58+117+16=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7510 is #C58AEF. Grayscale: #585858. Windows color (decimal): -12946160 or 1078586. OLE color: 1078586.

HSL color Cylindrical-coordinate representation of color #3A7510: hue angle of 95.05º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A7510 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB5811716-
CMYK0.5000.860.54
HSL95.05º75.94%26.08%-
HSV(B)95.05º86.32%45.88%-
XYZ8.213.662.69-
YUV87.8487.45106.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 117 (46.09% from 255) = 61.26%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=30.37%
G=61.26%
B=8.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117160.5000.860.5495.0575.9426.08
Hex3A751032056365f4c1a
Octal72165206201266613711432
Binary111010111010110000110010010101101101101011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,16); }

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

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

 a { background-color: rgb(58,117,16); }

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

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

 span { border-color: rgb(58,117,16); }

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