#3A6C1B

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

Shades of Bilbao #3A6C1B

Tints of Bilbao #3A6C1B

Color information

#3A6C1B (or 0x3A6C1B) is unknown color: approx Bilbao. HEX triplet: 3A, 6C and 1B. RGB value is (58,108,27). Sum of RGB (Red+Green+Blue) = 58+108+27=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C1B is #C593E4. Grayscale: #545454. Windows color (decimal): -12948453 or 1797178. OLE color: 1797178.

HSL color Cylindrical-coordinate representation of color #3A6C1B: hue angle of 97.04º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A6C1B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB5810827-
CMYK0.4600.750.58
HSL97.04º60%26.47%-
HSV(B)97.04º75%42.35%-
XYZ7.3111.72.91-
YUV83.8295.94109.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 108 (42.58% from 255) = 55.96%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=30.05%
G=55.96%
B=13.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58108270.4600.750.5897.046026.47
Hex3A6C1B2E04B3A613c1a
Octal7215433560113721417432
Binary11101011011001101110111001001011111010110000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,108,27); }

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

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

 a { background-color: rgb(58,108,27); }

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

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

 span { border-color: rgb(58,108,27); }

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