#3C870B

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

Shades of Bilbao #3C870B

Tints of Bilbao #3C870B

Color information

#3C870B (or 0x3C870B) is unknown color: approx Bilbao. HEX triplet: 3C, 87 and 0B. RGB value is (60,135,11). Sum of RGB (Red+Green+Blue) = 60+135+11=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #3C870B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C870B is #C378F4. Grayscale: #626262. Windows color (decimal): -12810485 or 755516. OLE color: 755516.

HSL color Cylindrical-coordinate representation of color #3C870B: hue angle of 96.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C870B is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB6013511-
CMYK0.5600.920.47
HSL96.29º84.93%28.63%-
HSV(B)96.29º91.85%52.94%-
XYZ10.5918.313.29-
YUV98.4478.65100.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=29.13%
G=65.53%
B=5.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135110.5600.920.4796.2984.9328.63
Hex3C87B3805C2F60551d
Octal74207137001345714012535
Binary111100100001111011111000010111001011111100000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,135,11); }

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

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

 a { background-color: rgb(60,135,11); }

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

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

 span { border-color: rgb(60,135,11); }

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