#3D7914

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

Shades of Bilbao #3D7914

Tints of Bilbao #3D7914

Color information

#3D7914 (or 0x3D7914) is unknown color: approx Bilbao. HEX triplet: 3D, 79 and 14. RGB value is (61,121,20). Sum of RGB (Red+Green+Blue) = 61+121+20=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7914 is #C286EB. Grayscale: #5B5B5B. Windows color (decimal): -12748524 or 1341757. OLE color: 1341757.

HSL color Cylindrical-coordinate representation of color #3D7914: hue angle of 95.64º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D7914 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB6112120-
CMYK0.5000.830.53
HSL95.64º71.63%27.65%-
HSV(B)95.64º83.47%47.45%-
XYZ8.8914.723.03-
YUV91.5587.62106.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=30.20%
G=59.90%
B=9.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61121200.5000.830.5395.6471.6327.65
Hex3D7914320533560481c
Octal75171246201236514011034
Binary111101111100110100110010010100111101011100000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,20); }

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

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

 a { background-color: rgb(61,121,20); }

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

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

 span { border-color: rgb(61,121,20); }

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