#3D7618

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

Shades of Bilbao #3D7618

Tints of Bilbao #3D7618

Color information

#3D7618 (or 0x3D7618) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 18. RGB value is (61,118,24). Sum of RGB (Red+Green+Blue) = 61+118+24=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7618 is #C289E7. Grayscale: #5A5A5A. Windows color (decimal): -12749288 or 1603133. OLE color: 1603133.

HSL color Cylindrical-coordinate representation of color #3D7618: hue angle of 96.38º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D7618 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB6111824-
CMYK0.4800.800.54
HSL96.38º66.2%27.84%-
HSV(B)96.38º79.66%46.27%-
XYZ8.5714.013.12-
YUV90.2490.62107.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=30.05%
G=58.13%
B=11.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118240.4800.800.5496.3866.227.84
Hex3D7618300503660421c
Octal75166306001206614010234
Binary111101111011011000110000010100001101101100000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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