#3D710D

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

Shades of Bilbao #3D710D

Tints of Bilbao #3D710D

Color information

#3D710D (or 0x3D710D) is unknown color: approx Bilbao. HEX triplet: 3D, 71 and 0D. RGB value is (61,113,13). Sum of RGB (Red+Green+Blue) = 61+113+13=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #3D710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D710D is #C28EF2. Grayscale: #565656. Windows color (decimal): -12750579 or 880957. OLE color: 880957.

HSL color Cylindrical-coordinate representation of color #3D710D: hue angle of 91.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D710D is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB6111313-
CMYK0.4600.880.56
HSL91.2º79.37%24.71%-
HSV(B)91.2º88.5%44.31%-
XYZ7.912.832.44-
YUV86.0586.77110.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=32.62%
G=60.43%
B=6.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113130.4600.880.5691.279.3724.71
Hex3D71D2E058385b4f19
Octal75161155601307013311731
Binary11110111100011101101110010110001110001011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,13); }

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

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

 a { background-color: rgb(61,113,13); }

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

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

 span { border-color: rgb(61,113,13); }

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