#3D7306

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

Shades of Bilbao #3D7306

Tints of Bilbao #3D7306

Color information

#3D7306 (or 0x3D7306) is unknown color: approx Bilbao. HEX triplet: 3D, 73 and 06. RGB value is (61,115,6). Sum of RGB (Red+Green+Blue) = 61+115+6=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7306 is #C28CF9. Grayscale: #565656. Windows color (decimal): -12750074 or 422717. OLE color: 422717.

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

Color convert

RGB611156-
CMYK0.4700.950.55
HSL89.72º90.08%23.73%-
HSV(B)89.72º94.78%45.1%-
XYZ8.0913.272.31-
YUV86.4382.61109.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.52%
GREEN value IS 115 (45.31% from 255) = 63.19%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=33.52%
G=63.19%
B=3.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6111560.4700.950.5589.7290.0823.73
Hex3D7362F05F375a5a18
Octal7516365701376713213230
Binary1111011110011110101111010111111101111011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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