#3a6e08

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

Shades of Bilbao #3A6E08

Tints of Bilbao #3A6E08

Color information

#3A6E08 (or 0x3A6E08) is unknown color: approx Bilbao. HEX triplet: 3A, 6E and 08. RGB value is (58,110,8). Sum of RGB (Red+Green+Blue) = 58+110+8=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6E08 is #C591F7. Grayscale: #535353. Windows color (decimal): -12947960 or 552506. OLE color: 552506.

HSL color Cylindrical-coordinate representation of color #3A6E08: hue angle of 90.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A6E08 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB581108-
CMYK0.4700.930.57
HSL90.59º86.44%23.14%-
HSV(B)90.59º92.73%43.14%-
XYZ7.3612.072.17-
YUV82.8285.77110.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 110 (43.36% from 255) = 62.5%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=32.95%
G=62.5%
B=4.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5811080.4700.930.5790.5986.4423.14
Hex3A6E82F05D395b5617
Octal72156105701357113312627
Binary11101011011101000101111010111011110011011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a6e08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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