#3D740A

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

Shades of Bilbao #3D740A

Tints of Bilbao #3D740A

Color information

#3D740A (or 0x3D740A) is unknown color: approx Bilbao. HEX triplet: 3D, 74 and 0A. RGB value is (61,116,10). Sum of RGB (Red+Green+Blue) = 61+116+10=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #3D740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D740A is #C28BF5. Grayscale: #575757. Windows color (decimal): -12749814 or 685117. OLE color: 685117.

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

Color convert

RGB6111610-
CMYK0.4700.910.55
HSL91.13º84.13%24.71%-
HSV(B)91.13º91.38%45.49%-
XYZ8.2213.52.46-
YUV87.4784.28109.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 116 (45.70% from 255) = 62.03%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=32.62%
G=62.03%
B=5.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61116100.4700.910.5591.1384.1324.71
Hex3D74A2F05B375b5419
Octal75164125701336713312431
Binary11110111101001010101111010110111101111011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,10); }

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

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

 a { background-color: rgb(61,116,10); }

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

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

 span { border-color: rgb(61,116,10); }

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