#3A7C10

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

Shades of Bilbao #3A7C10

Tints of Bilbao #3A7C10

Color information

#3A7C10 (or 0x3A7C10) is unknown color: approx Bilbao. HEX triplet: 3A, 7C and 10. RGB value is (58,124,16). Sum of RGB (Red+Green+Blue) = 58+124+16=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7C10 is #C583EF. Grayscale: #5C5C5C. Windows color (decimal): -12944368 or 1080378. OLE color: 1080378.

HSL color Cylindrical-coordinate representation of color #3A7C10: hue angle of 96.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A7C10 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB5812416-
CMYK0.5300.870.51
HSL96.67º77.14%27.45%-
HSV(B)96.67º87.1%48.63%-
XYZ9.0515.352.98-
YUV91.9585.13103.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 124 (48.83% from 255) = 62.63%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=29.29%
G=62.63%
B=8.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124160.5300.870.5196.6777.1427.45
Hex3A7C103505733614d1b
Octal72174206501276314111533
Binary111010111110010000110101010101111100111100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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