#3A7221

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

Shades of Bilbao #3A7221

Tints of Bilbao #3A7221

Color information

#3A7221 (or 0x3A7221) is unknown color: approx Bilbao. HEX triplet: 3A, 72 and 21. RGB value is (58,114,33). Sum of RGB (Red+Green+Blue) = 58+114+33=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7221 is #C58DDE. Grayscale: #585858. Windows color (decimal): -12946911 or 2191930. OLE color: 2191930.

HSL color Cylindrical-coordinate representation of color #3A7221: hue angle of 101.48º 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 #3A7221 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB5811433-
CMYK0.4900.710.55
HSL101.48º55.1%28.82%-
HSV(B)101.48º71.05%44.71%-
XYZ8.0413.043.53-
YUV88.0296.95106.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=28.29%
G=55.61%
B=16.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114330.4900.710.55101.4855.128.82
Hex3A7221310473765371d
Octal7216241610107671456735
Binary111010111001010000111000101000111110111110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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