#3A8E06

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

Shades of Bilbao #3A8E06

Tints of Bilbao #3A8E06

Color information

#3A8E06 (or 0x3A8E06) is unknown color: approx Bilbao. HEX triplet: 3A, 8E and 06. RGB value is (58,142,6). Sum of RGB (Red+Green+Blue) = 58+142+6=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8E06 is #C571F9. Grayscale: #656565. Windows color (decimal): -12939770 or 429626. OLE color: 429626.

HSL color Cylindrical-coordinate representation of color #3A8E06: hue angle of 97.06º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A8E06 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB581426-
CMYK0.5900.960.44
HSL97.06º91.89%29.02%-
HSV(B)97.06º95.77%55.69%-
XYZ11.4520.263.48-
YUV101.3874.1797.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 142 (55.86% from 255) = 68.93%
BLUE value IS 6 (2.73% from 255) = 2.91%
R=28.16%
G=68.93%
B=2.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5814260.5900.960.4497.0691.8929.02
Hex3A8E63B0602C615c1d
Octal7221667301405414113435
Binary11101010001110110111011011000001011001100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,142,6); }

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

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

 a { background-color: rgb(58,142,6); }

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

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

 span { border-color: rgb(58,142,6); }

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