#347A1C

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

Shades of Bilbao #347A1C

Tints of Bilbao #347A1C

Color information

#347A1C (or 0x347A1C) is unknown color: approx Bilbao. HEX triplet: 34, 7A and 1C. RGB value is (52,122,28). Sum of RGB (Red+Green+Blue) = 52+122+28=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #347A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A1C is #CB85E3. Grayscale: #5A5A5A. Windows color (decimal): -13338084 or 1866292. OLE color: 1866292.

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

Color convert

RGB5212228-
CMYK0.5700.770.52
HSL104.68º62.67%29.41%-
HSV(B)104.68º77.05%47.84%-
XYZ8.5914.733.49-
YUV90.3592.81100.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 122 (48.05% from 255) = 60.40%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=25.74%
G=60.40%
B=13.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122280.5700.770.52104.6862.6729.41
Hex347A1C3904D34693f1d
Octal6417234710115641517735
Binary11010011110101110011100101001101110100110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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