#3D7519

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

Shades of Bilbao #3D7519

Tints of Bilbao #3D7519

Color information

#3D7519 (or 0x3D7519) is unknown color: approx Bilbao. HEX triplet: 3D, 75 and 19. RGB value is (61,117,25). Sum of RGB (Red+Green+Blue) = 61+117+25=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7519 is #C28AE6. Grayscale: #5A5A5A. Windows color (decimal): -12749543 or 1668413. OLE color: 1668413.

HSL color Cylindrical-coordinate representation of color #3D7519: hue angle of 96.52º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D7519 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB6111725-
CMYK0.4800.790.54
HSL96.52º64.79%27.84%-
HSV(B)96.52º78.63%45.88%-
XYZ8.4613.783.13-
YUV89.7791.45107.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=30.05%
G=57.64%
B=12.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117250.4800.790.5496.5264.7927.84
Hex3D75193004F3661411c
Octal75165316001176614110134
Binary111101111010111001110000010011111101101100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,25); }

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

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

 a { background-color: rgb(61,117,25); }

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

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

 span { border-color: rgb(61,117,25); }

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