#3B870C

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

Shades of Bilbao #3B870C

Tints of Bilbao #3B870C

Color information

#3B870C (or 0x3B870C) is unknown color: approx Bilbao. HEX triplet: 3B, 87 and 0C. RGB value is (59,135,12). Sum of RGB (Red+Green+Blue) = 59+135+12=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #3B870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B870C is #C478F3. Grayscale: #626262. Windows color (decimal): -12876020 or 821051. OLE color: 821051.

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

Color convert

RGB5913512-
CMYK0.5600.910.47
HSL97.07º83.67%28.82%-
HSV(B)97.07º91.11%52.94%-
XYZ10.5318.283.32-
YUV98.2579.32100-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=28.64%
G=65.53%
B=5.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135120.5600.910.4797.0783.6728.82
Hex3B87C3805B2F61541d
Octal73207147001335714112435
Binary111011100001111100111000010110111011111100001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,12); }

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

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

 a { background-color: rgb(59,135,12); }

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

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

 span { border-color: rgb(59,135,12); }

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