#3D761C

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

Shades of Bilbao #3D761C

Tints of Bilbao #3D761C

Color information

#3D761C (or 0x3D761C) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 1C. RGB value is (61,118,28). Sum of RGB (Red+Green+Blue) = 61+118+28=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #3D761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D761C is #C289E3. Grayscale: #5A5A5A. Windows color (decimal): -12749284 or 1865277. OLE color: 1865277.

HSL color Cylindrical-coordinate representation of color #3D761C: hue angle of 98º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D761C is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB6111828-
CMYK0.4800.760.54
HSL98º61.64%28.63%-
HSV(B)98º76.27%46.27%-
XYZ8.6114.033.35-
YUV90.792.62106.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=29.47%
G=57.00%
B=13.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118280.4800.760.549861.6428.63
Hex3D761C3004C36623e1d
Octal7516634600114661427635
Binary11110111101101110011000001001100110110110001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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