#3F822D

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

Shades of Bilbao #3F822D

Tints of Bilbao #3F822D

Color information

#3F822D (or 0x3F822D) is unknown color: approx Bilbao. HEX triplet: 3F, 82 and 2D. RGB value is (63,130,45). Sum of RGB (Red+Green+Blue) = 63+130+45=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #3F822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F822D is #C07DD2. Grayscale: #646464. Windows color (decimal): -12615123 or 2982463. OLE color: 2982463.

HSL color Cylindrical-coordinate representation of color #3F822D: hue angle of 107.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F822D is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB6313045-
CMYK0.5200.650.49
HSL107.29º48.57%34.31%-
HSV(B)107.29º65.38%50.98%-
XYZ10.5117.215.25-
YUV100.2896.8101.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=26.47%
G=54.62%
B=18.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130450.5200.650.49107.2948.5734.31
Hex3F822D34041316b3122
Octal7720255640101611536142
Binary11111110000010101101110100010000011100011101011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,45); }

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

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

 a { background-color: rgb(63,130,45); }

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

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

 span { border-color: rgb(63,130,45); }

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