#348009

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

Shades of Bilbao #348009

Tints of Bilbao #348009

Color information

#348009 (or 0x348009) is unknown color: approx Bilbao. HEX triplet: 34, 80 and 09. RGB value is (52,128,9). Sum of RGB (Red+Green+Blue) = 52+128+9=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #348009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348009 is #CB7FF6. Grayscale: #5C5C5C. Windows color (decimal): -13336567 or 622644. OLE color: 622644.

HSL color Cylindrical-coordinate representation of color #348009: hue angle of 98.32º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #348009 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB521289-
CMYK0.5900.930.50
HSL98.32º86.86%26.86%-
HSV(B)98.32º92.97%50.2%-
XYZ9.1816.192.9-
YUV91.7181.3299.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 128 (50.39% from 255) = 67.72%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=27.51%
G=67.72%
B=4.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5212890.5900.930.5098.3286.8626.86
Hex348093B05D3262571b
Octal64200117301356214212733
Binary110100100000001001111011010111011100101100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348009; }

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

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

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

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

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

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

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

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