#3A8326

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

Shades of Bilbao #3A8326

Tints of Bilbao #3A8326

Color information

#3A8326 (or 0x3A8326) is unknown color: approx Bilbao. HEX triplet: 3A, 83 and 26. RGB value is (58,131,38). Sum of RGB (Red+Green+Blue) = 58+131+38=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8326 is #C57CD9. Grayscale: #626262. Windows color (decimal): -12942554 or 2523962. OLE color: 2523962.

HSL color Cylindrical-coordinate representation of color #3A8326: hue angle of 107.1º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A8326 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB5813138-
CMYK0.5600.710.49
HSL107.1º55.03%33.14%-
HSV(B)107.1º70.99%51.37%-
XYZ10.2117.274.63-
YUV98.5793.8299.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 131 (51.56% from 255) = 57.71%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=25.55%
G=57.71%
B=16.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58131380.5600.710.49107.155.0333.14
Hex3A832638047316b3721
Octal7220346700107611536741
Binary11101010000011100110111000010001111100011101011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,38); }

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

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

 a { background-color: rgb(58,131,38); }

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

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

 span { border-color: rgb(58,131,38); }

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