#3B7302

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

Shades of Bilbao #3B7302

Tints of Bilbao #3B7302

Color information

#3B7302 (or 0x3B7302) is unknown color: approx Bilbao. HEX triplet: 3B, 73 and 02. RGB value is (59,115,2). Sum of RGB (Red+Green+Blue) = 59+115+2=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7302 is #C48CFD. Grayscale: #555555. Windows color (decimal): -12881150 or 160571. OLE color: 160571.

HSL color Cylindrical-coordinate representation of color #3B7302: hue angle of 89.73º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B7302 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB591152-
CMYK0.4900.980.55
HSL89.73º96.58%22.94%-
HSV(B)89.73º98.26%45.1%-
XYZ7.9513.22.19-
YUV85.3780.95109.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 115 (45.31% from 255) = 65.34%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=33.52%
G=65.34%
B=1.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5911520.4900.980.5589.7396.5822.94
Hex3B73231062375a6117
Octal7316326101426713214127
Binary111011111001110110001011000101101111011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,2); }

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

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

 a { background-color: rgb(59,115,2); }

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

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

 span { border-color: rgb(59,115,2); }

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