#3D7621

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

Shades of Bilbao #3D7621

Tints of Bilbao #3D7621

Color information

#3D7621 (or 0x3D7621) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 21. RGB value is (61,118,33). Sum of RGB (Red+Green+Blue) = 61+118+33=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7621 is #C289DE. Grayscale: #5B5B5B. Windows color (decimal): -12749279 or 2192957. OLE color: 2192957.

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

Color convert

RGB6111833-
CMYK0.4800.720.54
HSL100.24º56.29%29.61%-
HSV(B)100.24º72.03%46.27%-
XYZ8.6814.063.7-
YUV91.2795.12106.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=28.77%
G=55.66%
B=15.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118330.4800.720.54100.2456.2929.61
Hex3D7621300483664381e
Octal7516641600110661447036
Binary111101111011010000111000001001000110110110010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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