#3A7610

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

Shades of Bilbao #3A7610

Tints of Bilbao #3A7610

Color information

#3A7610 (or 0x3A7610) is unknown color: approx Bilbao. HEX triplet: 3A, 76 and 10. RGB value is (58,118,16). Sum of RGB (Red+Green+Blue) = 58+118+16=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7610 is #C589EF. Grayscale: #585858. Windows color (decimal): -12945904 or 1078842. OLE color: 1078842.

HSL color Cylindrical-coordinate representation of color #3A7610: hue angle of 95.29º 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 #3A7610 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB5811816-
CMYK0.5100.860.54
HSL95.29º76.12%26.27%-
HSV(B)95.29º86.44%46.27%-
XYZ8.3213.892.73-
YUV88.4387.12106.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 118 (46.48% from 255) = 61.46%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=30.21%
G=61.46%
B=8.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118160.5100.860.5495.2976.1226.27
Hex3A761033056365f4c1a
Octal72166206301266613711432
Binary111010111011010000110011010101101101101011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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