#3D7221

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

Shades of Bilbao #3D7221

Tints of Bilbao #3D7221

Color information

#3D7221 (or 0x3D7221) is unknown color: approx Bilbao. HEX triplet: 3D, 72 and 21. RGB value is (61,114,33). Sum of RGB (Red+Green+Blue) = 61+114+33=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7221 is #C28DDE. Grayscale: #595959. Windows color (decimal): -12750303 or 2191933. OLE color: 2191933.

HSL color Cylindrical-coordinate representation of color #3D7221: hue angle of 99.26º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D7221 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB6111433-
CMYK0.4600.710.55
HSL99.26º55.1%28.82%-
HSV(B)99.26º71.05%44.71%-
XYZ8.2213.143.54-
YUV88.9296.44108.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=29.33%
G=54.81%
B=15.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114330.4600.710.5599.2655.128.82
Hex3D72212E0473763371d
Octal7516241560107671436735
Binary111101111001010000110111001000111110111110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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