#3D821F

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

Shades of Bilbao #3D821F

Tints of Bilbao #3D821F

Color information

#3D821F (or 0x3D821F) is unknown color: approx Bilbao. HEX triplet: 3D, 82 and 1F. RGB value is (61,130,31). Sum of RGB (Red+Green+Blue) = 61+130+31=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #3D821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D821F is #C27DE0. Grayscale: #626262. Windows color (decimal): -12746209 or 2064957. OLE color: 2064957.

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

Color convert

RGB6113031-
CMYK0.5300.760.49
HSL101.82º61.49%31.57%-
HSV(B)101.82º76.15%50.98%-
XYZ10.1517.064.05-
YUV98.0890.14101.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=27.48%
G=58.56%
B=13.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130310.5300.760.49101.8261.4931.57
Hex3D821F3504C31663d20
Octal7520237650114611467540
Binary1111011000001011111110101010011001100011100110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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