#3A7302

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

Shades of Bilbao #3A7302

Tints of Bilbao #3A7302

Color information

#3A7302 (or 0x3A7302) is unknown color: approx Bilbao. HEX triplet: 3A, 73 and 02. RGB value is (58,115,2). Sum of RGB (Red+Green+Blue) = 58+115+2=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7302 is #C58CFD. Grayscale: #555555. Windows color (decimal): -12946686 or 160570. OLE color: 160570.

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

Color convert

RGB581152-
CMYK0.5000.980.55
HSL90.27º96.58%22.94%-
HSV(B)90.27º98.26%45.1%-
XYZ7.8913.172.18-
YUV85.0781.12108.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 115 (45.31% from 255) = 65.71%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=33.14%
G=65.71%
B=1.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5811520.5000.980.5590.2796.5822.94
Hex3A73232062375a6117
Octal7216326201426713214127
Binary111010111001110110010011000101101111011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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