#348213

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

Shades of Bilbao #348213

Tints of Bilbao #348213

Color information

#348213 (or 0x348213) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 13. RGB value is (52,130,19). Sum of RGB (Red+Green+Blue) = 52+130+19=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #348213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348213 is #CB7DEC. Grayscale: #5E5E5E. Windows color (decimal): -13336045 or 1278516. OLE color: 1278516.

HSL color Cylindrical-coordinate representation of color #348213: hue angle of 102.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #348213 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB5213019-
CMYK0.6000.850.49
HSL102.16º74.5%29.22%-
HSV(B)102.16º85.38%50.98%-
XYZ9.5216.743.35-
YUV94.0285.6698.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=25.87%
G=64.68%
B=9.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130190.6000.850.49102.1674.529.22
Hex3482133C05531664a1d
Octal64202237401256114611235
Binary1101001000001010011111100010101011100011100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348213; }

 p { color: rgb(52,130,19); }

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

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

 a { background-color: rgb(52,130,19); }

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

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

 span { border-color: rgb(52,130,19); }

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