#3D7300

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

Shades of Bilbao #3D7300

Tints of Bilbao #3D7300

Color information

#3D7300 (or 0x3D7300) is unknown color: approx Bilbao. HEX triplet: 3D, 73 and 00. RGB value is (61,115,0). Sum of RGB (Red+Green+Blue) = 61+115+0=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7300 is #C28CFF. Grayscale: #565656. Windows color (decimal): -12750080 or 29501. OLE color: 29501.

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

Color convert

RGB611150-
CMYK0.47010.55
HSL88.17º100%22.55%-
HSV(B)88.17º100%45.1%-
XYZ8.0613.252.13-
YUV85.7479.61110.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 115 (45.31% from 255) = 65.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.66%
G=65.34%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6111500.47010.5588.1710022.55
Hex3D7302F06437586417
Octal7516305701446713014427
Binary11110111100110101111011001001101111011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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