#348217

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

Shades of Bilbao #348217

Tints of Bilbao #348217

Color information

#348217 (or 0x348217) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 17. RGB value is (52,130,23). Sum of RGB (Red+Green+Blue) = 52+130+23=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #348217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348217 is #CB7DE8. Grayscale: #5E5E5E. Windows color (decimal): -13336041 or 1540660. OLE color: 1540660.

HSL color Cylindrical-coordinate representation of color #348217: hue angle of 103.74º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #348217 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB5213023-
CMYK0.6000.820.49
HSL103.74º69.93%30%-
HSV(B)103.74º82.31%50.98%-
XYZ9.5516.763.54-
YUV94.4887.6697.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 130 (51.17% from 255) = 63.41%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=25.37%
G=63.41%
B=11.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130230.6000.820.49103.7469.9330
Hex3482173C0523168461e
Octal64202277401226115010636
Binary1101001000001010111111100010100101100011101000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348217; }

 p { color: rgb(52,130,23); }

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

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

 a { background-color: rgb(52,130,23); }

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

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

 span { border-color: rgb(52,130,23); }

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