#34801D

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

Shades of Bilbao #34801D

Tints of Bilbao #34801D

Color information

#34801D (or 0x34801D) is unknown color: approx Bilbao. HEX triplet: 34, 80 and 1D. RGB value is (52,128,29). Sum of RGB (Red+Green+Blue) = 52+128+29=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #34801D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34801D is #CB7FE2. Grayscale: #5E5E5E. Windows color (decimal): -13336547 or 1933364. OLE color: 1933364.

HSL color Cylindrical-coordinate representation of color #34801D: hue angle of 106.06º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34801D is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB5212829-
CMYK0.5900.770.50
HSL106.06º63.06%30.78%-
HSV(B)106.06º77.34%50.2%-
XYZ9.3616.263.81-
YUV93.9991.3298.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 128 (50.39% from 255) = 61.24%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=24.88%
G=61.24%
B=13.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128290.5900.770.50106.0663.0630.78
Hex34801D3B04D326a3f1f
Octal6420035730115621527737
Binary110100100000001110111101101001101110010110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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