#3a8a08

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

Shades of Bilbao #3A8A08

Tints of Bilbao #3A8A08

Color information

#3A8A08 (or 0x3A8A08) is unknown color: approx Bilbao. HEX triplet: 3A, 8A and 08. RGB value is (58,138,8). Sum of RGB (Red+Green+Blue) = 58+138+8=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8A08 is #C575F7. Grayscale: #636363. Windows color (decimal): -12940792 or 559674. OLE color: 559674.

HSL color Cylindrical-coordinate representation of color #3A8A08: hue angle of 96.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A8A08 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB581388-
CMYK0.5800.940.46
HSL96.92º89.04%28.63%-
HSV(B)96.92º94.2%54.12%-
XYZ10.8819.093.34-
YUV99.2676.598.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 138 (54.30% from 255) = 67.65%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=28.43%
G=67.65%
B=3.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5813880.5800.940.4696.9289.0428.63
Hex3A8A83A05E2E61591d
Octal72212107201365614113135
Binary111010100010101000111010010111101011101100001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8a08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,138,8); }

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

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

 a { background-color: rgb(58,138,8); }

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

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

 span { border-color: rgb(58,138,8); }

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