#3B722A

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

Shades of Bilbao #3B722A

Tints of Bilbao #3B722A

Color information

#3B722A (or 0x3B722A) is unknown color: approx Bilbao. HEX triplet: 3B, 72 and 2A. RGB value is (59,114,42). Sum of RGB (Red+Green+Blue) = 59+114+42=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #3B722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B722A is #C48DD5. Grayscale: #595959. Windows color (decimal): -12881366 or 2781755. OLE color: 2781755.

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

Color convert

RGB5911442-
CMYK0.4800.630.55
HSL105.83º46.15%30.59%-
HSV(B)105.83º63.16%44.71%-
XYZ8.2413.134.29-
YUV89.35101.28106.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=27.44%
G=53.02%
B=19.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59114420.4800.630.55105.8346.1530.59
Hex3B722A3003F376a2e1f
Octal731625260077671525637
Binary11101111100101010101100000111111110111110101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,42); }

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

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

 a { background-color: rgb(59,114,42); }

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

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

 span { border-color: rgb(59,114,42); }

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