#3A7428

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

Shades of Bilbao #3A7428

Tints of Bilbao #3A7428

Color information

#3A7428 (or 0x3A7428) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 28. RGB value is (58,116,40). Sum of RGB (Red+Green+Blue) = 58+116+40=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7428 is #C58BD7. Grayscale: #5A5A5A. Windows color (decimal): -12946392 or 2651194. OLE color: 2651194.

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

Color convert

RGB5811640-
CMYK0.500.660.55
HSL105.79º48.72%30.59%-
HSV(B)105.79º65.52%45.49%-
XYZ8.3713.544.18-
YUV89.9999.78105.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 116 (45.70% from 255) = 54.21%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=27.10%
G=54.21%
B=18.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116400.500.660.55105.7948.7230.59
Hex3A742832042376a311f
Octal7216450620102671526137
Binary111010111010010100011001001000010110111110101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,40); }

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

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

 a { background-color: rgb(58,116,40); }

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

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

 span { border-color: rgb(58,116,40); }

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