#348606

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

Shades of Bilbao #348606

Tints of Bilbao #348606

Color information

#348606 (or 0x348606) is unknown color: approx Bilbao. HEX triplet: 34, 86 and 06. RGB value is (52,134,6). Sum of RGB (Red+Green+Blue) = 52+134+6=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 134 (52.73% from 255 or 69.79% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 134 - color contains mainly: green. Hex color #348606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348606 is #CB79F9. Grayscale: #5F5F5F. Windows color (decimal): -13335034 or 427572. OLE color: 427572.

HSL color Cylindrical-coordinate representation of color #348606: hue angle of 98.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #348606 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB521346-
CMYK0.6100.960.47
HSL98.44º91.43%27.45%-
HSV(B)98.44º95.52%52.55%-
XYZ9.9717.793.08-
YUV94.8977.8397.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 134 (52.73% from 255) = 69.79%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=27.08%
G=69.79%
B=3.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5213460.6100.960.4798.4491.4327.45
Hex348663D0602F625b1b
Octal6420667501405714213333
Binary11010010000110110111101011000001011111100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348606; }

 p { color: rgb(52,134,6); }

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

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

 a { background-color: rgb(52,134,6); }

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

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

 span { border-color: rgb(52,134,6); }

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