#34801a

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

Shades of Bilbao #34801A

Tints of Bilbao #34801A

Color information

#34801A (or 0x34801A) is unknown color: approx Bilbao. HEX triplet: 34, 80 and 1A. RGB value is (52,128,26). Sum of RGB (Red+Green+Blue) = 52+128+26=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #34801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34801A is #CB7FE5. Grayscale: #5D5D5D. Windows color (decimal): -13336550 or 1736756. OLE color: 1736756.

HSL color Cylindrical-coordinate representation of color #34801A: hue angle of 104.71º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34801A is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB5212826-
CMYK0.5900.800.50
HSL104.71º66.23%30.2%-
HSV(B)104.71º79.69%50.2%-
XYZ9.3216.243.62-
YUV93.6589.8298.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 128 (50.39% from 255) = 62.14%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=25.24%
G=62.14%
B=12.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128260.5900.800.50104.7166.2330.2
Hex34801A3B0503269421e
Octal64200327301206215110236
Binary1101001000000011010111011010100001100101101001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34801a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34801a; }

 p { color: rgb(52,128,26); }

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

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

 a { background-color: rgb(52,128,26); }

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

<style>
 span { border-color: #34801a; }

 span { border-color: rgb(52,128,26); }

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