#348516

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

Shades of Bilbao #348516

Tints of Bilbao #348516

Color information

#348516 (or 0x348516) is unknown color: approx Bilbao. HEX triplet: 34, 85 and 16. RGB value is (52,133,22). Sum of RGB (Red+Green+Blue) = 52+133+22=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #348516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348516 is #CB7AE9. Grayscale: #606060. Windows color (decimal): -13335274 or 1475892. OLE color: 1475892.

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

Color convert

RGB5213322-
CMYK0.6100.830.48
HSL103.78º71.61%30.39%-
HSV(B)103.78º83.46%52.16%-
XYZ9.9517.563.62-
YUV96.1386.1696.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 133 (52.34% from 255) = 64.25%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=25.12%
G=64.25%
B=10.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133220.6100.830.48103.7871.6130.39
Hex3485163D0533068481e
Octal64205267501236015011036
Binary1101001000010110110111101010100111100001101000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348516; }

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

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

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

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

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

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

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

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