#3A8416

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

Shades of Bilbao #3A8416

Tints of Bilbao #3A8416

Color information

#3A8416 (or 0x3A8416) is unknown color: approx Bilbao. HEX triplet: 3A, 84 and 16. RGB value is (58,132,22). Sum of RGB (Red+Green+Blue) = 58+132+22=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8416 is #C57BE9. Grayscale: #616161. Windows color (decimal): -12942314 or 1475642. OLE color: 1475642.

HSL color Cylindrical-coordinate representation of color #3A8416: hue angle of 100.36º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A8416 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB5813222-
CMYK0.5600.830.48
HSL100.36º71.43%30.2%-
HSV(B)100.36º83.33%51.76%-
XYZ10.1417.463.59-
YUV97.3385.4899.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=27.36%
G=62.26%
B=10.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58132220.5600.830.48100.3671.4330.2
Hex3A8416380533064471e
Octal72204267001236014410736
Binary1110101000010010110111000010100111100001100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,132,22); }

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

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

 a { background-color: rgb(58,132,22); }

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

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

 span { border-color: rgb(58,132,22); }

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