#348506

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

Shades of Bilbao #348506

Tints of Bilbao #348506

Color information

#348506 (or 0x348506) is unknown color: approx Bilbao. HEX triplet: 34, 85 and 06. RGB value is (52,133,6). Sum of RGB (Red+Green+Blue) = 52+133+6=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #348506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348506 is #CB7AF9. Grayscale: #5E5E5E. Windows color (decimal): -13335290 or 427316. OLE color: 427316.

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

Color convert

RGB521336-
CMYK0.6100.950.48
HSL98.27º91.37%27.25%-
HSV(B)98.27º95.49%52.16%-
XYZ9.8417.523.04-
YUV94.378.1697.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 133 (52.34% from 255) = 69.63%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=27.23%
G=69.63%
B=3.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5213360.6100.950.4898.2791.3727.25
Hex348563D05F30625b1b
Octal6420567501376014213333
Binary11010010000101110111101010111111100001100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348506; }

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

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

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

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

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

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

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

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