#3B850D

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

Shades of Bilbao #3B850D

Tints of Bilbao #3B850D

Color information

#3B850D (or 0x3B850D) is unknown color: approx Bilbao. HEX triplet: 3B, 85 and 0D. RGB value is (59,133,13). Sum of RGB (Red+Green+Blue) = 59+133+13=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #3B850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B850D is #C47AF2. Grayscale: #616161. Windows color (decimal): -12876531 or 886075. OLE color: 886075.

HSL color Cylindrical-coordinate representation of color #3B850D: hue angle of 97º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B850D is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB5913313-
CMYK0.5600.900.48
HSL97º82.19%28.63%-
HSV(B)97º90.23%52.16%-
XYZ10.2617.733.26-
YUV97.1980.48100.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=28.78%
G=64.88%
B=6.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133130.5600.900.489782.1928.63
Hex3B85D3805A3061521d
Octal73205157001326014112235
Binary111011100001011101111000010110101100001100001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,13); }

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

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

 a { background-color: rgb(59,133,13); }

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

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

 span { border-color: rgb(59,133,13); }

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