#3D821A

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

Shades of Bilbao #3D821A

Tints of Bilbao #3D821A

Color information

#3D821A (or 0x3D821A) is unknown color: approx Bilbao. HEX triplet: 3D, 82 and 1A. RGB value is (61,130,26). Sum of RGB (Red+Green+Blue) = 61+130+26=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #3D821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D821A is #C27DE5. Grayscale: #616161. Windows color (decimal): -12746214 or 1737277. OLE color: 1737277.

HSL color Cylindrical-coordinate representation of color #3D821A: hue angle of 99.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D821A is Cyan = 0.53, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB6113026-
CMYK0.5300.80.49
HSL99.81º66.67%30.59%-
HSV(B)99.81º80%50.98%-
XYZ10.0917.033.73-
YUV97.5187.64101.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.11%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=28.11%
G=59.91%
B=11.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130260.5300.80.4999.8166.6730.59
Hex3D821A350503164431f
Octal75202326501206114410337
Binary1111011000001011010110101010100001100011100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,26); }

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

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

 a { background-color: rgb(61,130,26); }

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

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

 span { border-color: rgb(61,130,26); }

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