#347a19

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

Shades of Bilbao #347A19

Tints of Bilbao #347A19

Color information

#347A19 (or 0x347A19) is unknown color: approx Bilbao. HEX triplet: 34, 7A and 19. RGB value is (52,122,25). Sum of RGB (Red+Green+Blue) = 52+122+25=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #347A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347A19 is #CB85E6. Grayscale: #5A5A5A. Windows color (decimal): -13338087 or 1669684. OLE color: 1669684.

HSL color Cylindrical-coordinate representation of color #347A19: hue angle of 103.3º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #347A19 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB5212225-
CMYK0.5700.800.52
HSL103.3º65.99%28.82%-
HSV(B)103.3º79.51%47.84%-
XYZ8.5514.723.31-
YUV90.0191.31100.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=26.13%
G=61.31%
B=12.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122250.5700.800.52103.365.9928.82
Hex347A19390503467421d
Octal64172317101206414710235
Binary110100111101011001111001010100001101001100111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347a19; }

 p { color: rgb(52,122,25); }

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

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

 a { background-color: rgb(52,122,25); }

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

<style>
 span { border-color: #347a19; }

 span { border-color: rgb(52,122,25); }

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