#3D7710

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

Shades of Bilbao #3D7710

Tints of Bilbao #3D7710

Color information

#3D7710 (or 0x3D7710) is unknown color: approx Bilbao. HEX triplet: 3D, 77 and 10. RGB value is (61,119,16). Sum of RGB (Red+Green+Blue) = 61+119+16=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7710 is #C288EF. Grayscale: #5A5A5A. Windows color (decimal): -12749040 or 1079101. OLE color: 1079101.

HSL color Cylindrical-coordinate representation of color #3D7710: hue angle of 93.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D7710 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB6111916-
CMYK0.4900.870.53
HSL93.79º76.3%26.47%-
HSV(B)93.79º86.55%46.67%-
XYZ8.6114.222.78-
YUV89.9286.28107.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.12%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=31.12%
G=60.71%
B=8.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119160.4900.870.5393.7976.326.47
Hex3D771031057355e4c1a
Octal75167206101276513611432
Binary111101111011110000110001010101111101011011110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,119,16); }

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

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

 a { background-color: rgb(61,119,16); }

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

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

 span { border-color: rgb(61,119,16); }

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