#3D7303

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

Shades of Bilbao #3D7303

Tints of Bilbao #3D7303

Color information

#3D7303 (or 0x3D7303) is unknown color: approx Bilbao. HEX triplet: 3D, 73 and 03. RGB value is (61,115,3). Sum of RGB (Red+Green+Blue) = 61+115+3=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7303 is #C28CFC. Grayscale: #565656. Windows color (decimal): -12750077 or 226109. OLE color: 226109.

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

Color convert

RGB611153-
CMYK0.4700.970.55
HSL88.93º94.92%23.14%-
HSV(B)88.93º97.39%45.1%-
XYZ8.0713.262.22-
YUV86.0981.11110.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.08%
GREEN value IS 115 (45.31% from 255) = 64.25%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=34.08%
G=64.25%
B=1.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6111530.4700.970.5588.9394.9223.14
Hex3D7332F06137595f17
Octal7516335701416713113727
Binary111101111001111101111011000011101111011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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