#3D7C2A

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

Shades of Bilbao #3D7C2A

Tints of Bilbao #3D7C2A

Color information

#3D7C2A (or 0x3D7C2A) is unknown color: approx Bilbao. HEX triplet: 3D, 7C and 2A. RGB value is (61,124,42). Sum of RGB (Red+Green+Blue) = 61+124+42=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7C2A is #C283D5. Grayscale: #606060. Windows color (decimal): -12747734 or 2784317. OLE color: 2784317.

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

Color convert

RGB6112442-
CMYK0.5100.660.51
HSL106.1º49.4%32.55%-
HSV(B)106.1º66.13%48.63%-
XYZ9.5515.574.69-
YUV95.8297.63103.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=26.87%
G=54.63%
B=18.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61124420.5100.660.51106.149.432.55
Hex3D7C2A33042336a3121
Octal7517452630102631526141
Binary1111011111100101010110011010000101100111101010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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