#3D731D

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

Shades of Bilbao #3D731D

Tints of Bilbao #3D731D

Color information

#3D731D (or 0x3D731D) is unknown color: approx Bilbao. HEX triplet: 3D, 73 and 1D. RGB value is (61,115,29). Sum of RGB (Red+Green+Blue) = 61+115+29=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #3D731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D731D is #C28CE2. Grayscale: #595959. Windows color (decimal): -12750051 or 1930045. OLE color: 1930045.

HSL color Cylindrical-coordinate representation of color #3D731D: hue angle of 97.67º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D731D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB6111529-
CMYK0.4700.750.55
HSL97.67º59.72%28.24%-
HSV(B)97.67º74.78%45.1%-
XYZ8.2813.343.3-
YUV89.0594.11107.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.76%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=29.76%
G=56.10%
B=14.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115290.4700.750.5597.6759.7228.24
Hex3D731D2F04B37623c1c
Octal7516335570113671427434
Binary11110111100111110110111101001011110111110001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,29); }

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

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

 a { background-color: rgb(61,115,29); }

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

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

 span { border-color: rgb(61,115,29); }

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