#3D7500

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

Shades of Bilbao #3D7500

Tints of Bilbao #3D7500

Color information

#3D7500 (or 0x3D7500) is unknown color: approx Bilbao. HEX triplet: 3D, 75 and 00. RGB value is (61,117,0). Sum of RGB (Red+Green+Blue) = 61+117+0=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7500 is #C28AFF. Grayscale: #575757. Windows color (decimal): -12749568 or 30013. OLE color: 30013.

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

Color convert

RGB611170-
CMYK0.48010.54
HSL88.72º100%22.94%-
HSV(B)88.72º100%45.88%-
XYZ8.2913.712.21-
YUV86.9278.95109.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.27%
GREEN value IS 117 (46.09% from 255) = 65.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.27%
G=65.73%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6111700.48010.5488.7210022.94
Hex3D7503006436596417
Octal7516506001446613114427
Binary11110111101010110000011001001101101011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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