#3D822B

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

Shades of Bilbao #3D822B

Tints of Bilbao #3D822B

Color information

#3D822B (or 0x3D822B) is unknown color: approx Bilbao. HEX triplet: 3D, 82 and 2B. RGB value is (61,130,43). Sum of RGB (Red+Green+Blue) = 61+130+43=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #3D822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D822B is #C27DD4. Grayscale: #636363. Windows color (decimal): -12746197 or 2851389. OLE color: 2851389.

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

Color convert

RGB6113043-
CMYK0.5300.670.49
HSL107.59º50.29%33.92%-
HSV(B)107.59º66.92%50.98%-
XYZ10.3417.135.05-
YUV99.4596.14100.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=26.07%
G=55.56%
B=18.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130430.5300.670.49107.5950.2933.92
Hex3D822B35043316c3222
Octal7520253650103611546242
Binary11110110000010101011110101010000111100011101100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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