#3B6E1C

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

Shades of Bilbao #3B6E1C

Tints of Bilbao #3B6E1C

Color information

#3B6E1C (or 0x3B6E1C) is unknown color: approx Bilbao. HEX triplet: 3B, 6E and 1C. RGB value is (59,110,28). Sum of RGB (Red+Green+Blue) = 59+110+28=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6E1C is #C491E3. Grayscale: #555555. Windows color (decimal): -12882404 or 1863227. OLE color: 1863227.

HSL color Cylindrical-coordinate representation of color #3B6E1C: hue angle of 97.32º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B6E1C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB5911028-
CMYK0.4600.750.57
HSL97.32º59.42%27.06%-
HSV(B)97.32º74.55%43.14%-
XYZ7.5912.173.05-
YUV85.495.6109.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 110 (43.36% from 255) = 55.84%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=29.95%
G=55.84%
B=14.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110280.4600.750.5797.3259.4227.06
Hex3B6E1C2E04B39613b1b
Octal7315634560113711417333
Binary11101111011101110010111001001011111001110000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,28); }

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

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

 a { background-color: rgb(59,110,28); }

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

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

 span { border-color: rgb(59,110,28); }

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