#3A850D

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

Shades of Bilbao #3A850D

Tints of Bilbao #3A850D

Color information

#3A850D (or 0x3A850D) is unknown color: approx Bilbao. HEX triplet: 3A, 85 and 0D. RGB value is (58,133,13). Sum of RGB (Red+Green+Blue) = 58+133+13=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #3A850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A850D is #C57AF2. Grayscale: #616161. Windows color (decimal): -12942067 or 886074. OLE color: 886074.

HSL color Cylindrical-coordinate representation of color #3A850D: hue angle of 97.5º 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 #3A850D is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB5813313-
CMYK0.5600.900.48
HSL97.5º82.19%28.63%-
HSV(B)97.5º90.23%52.16%-
XYZ10.2117.73.26-
YUV96.980.65100.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 13 (5.47% from 255) = 6.37%
R=28.43%
G=65.20%
B=6.37%

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
Decimal58133130.5600.900.4897.582.1928.63
Hex3A85D3805A3062521d
Octal72205157001326014212235
Binary111010100001011101111000010110101100001100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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