#3D760C

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

Shades of Bilbao #3D760C

Tints of Bilbao #3D760C

Color information

#3D760C (or 0x3D760C) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 0C. RGB value is (61,118,12). Sum of RGB (Red+Green+Blue) = 61+118+12=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #3D760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D760C is #C289F3. Grayscale: #595959. Windows color (decimal): -12749300 or 816701. OLE color: 816701.

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

Color convert

RGB6111812-
CMYK0.4800.900.54
HSL92.26º81.54%25.49%-
HSV(B)92.26º89.83%46.27%-
XYZ8.4713.982.6-
YUV88.8784.62108.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.94%
GREEN value IS 118 (46.48% from 255) = 61.78%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=31.94%
G=61.78%
B=6.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118120.4800.900.5492.2681.5425.49
Hex3D76C3005A365c5219
Octal75166146001326613412231
Binary11110111101101100110000010110101101101011100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,12); }

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

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

 a { background-color: rgb(61,118,12); }

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

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

 span { border-color: rgb(61,118,12); }

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