#3D7E2A

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

Shades of Bilbao #3D7E2A

Tints of Bilbao #3D7E2A

Color information

#3D7E2A (or 0x3D7E2A) is unknown color: approx Bilbao. HEX triplet: 3D, 7E and 2A. RGB value is (61,126,42). Sum of RGB (Red+Green+Blue) = 61+126+42=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #3D7E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7E2A is #C281D5. Grayscale: #616161. Windows color (decimal): -12747222 or 2784829. OLE color: 2784829.

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

Color convert

RGB6112642-
CMYK0.5200.670.51
HSL106.43º50%32.94%-
HSV(B)106.43º66.67%49.41%-
XYZ9.816.084.78-
YUV96.9996.97102.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 126 (49.61% from 255) = 55.02%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=26.64%
G=55.02%
B=18.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61126420.5200.670.51106.435032.94
Hex3D7E2A34043336a3221
Octal7517652640103631526241
Binary1111011111110101010110100010000111100111101010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,126,42); }

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

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

 a { background-color: rgb(61,126,42); }

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

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

 span { border-color: rgb(61,126,42); }

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