#348509

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

Shades of Bilbao #348509

Tints of Bilbao #348509

Color information

#348509 (or 0x348509) is unknown color: approx Bilbao. HEX triplet: 34, 85 and 09. RGB value is (52,133,9). Sum of RGB (Red+Green+Blue) = 52+133+9=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #348509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348509 is #CB7AF6. Grayscale: #5F5F5F. Windows color (decimal): -13335287 or 623924. OLE color: 623924.

HSL color Cylindrical-coordinate representation of color #348509: hue angle of 99.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #348509 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB521339-
CMYK0.6100.930.48
HSL99.19º87.32%27.84%-
HSV(B)99.19º93.23%52.16%-
XYZ9.8517.523.12-
YUV94.6479.6697.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 133 (52.34% from 255) = 68.56%
BLUE value IS 9 (3.91% from 255) = 4.64%
R=26.80%
G=68.56%
B=4.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5213390.6100.930.4899.1987.3227.84
Hex348593D05D3063571c
Octal64205117501356014312734
Binary110100100001011001111101010111011100001100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348509; }

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

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

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

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

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

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

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

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