#348214

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

Shades of Bilbao #348214

Tints of Bilbao #348214

Color information

#348214 (or 0x348214) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 14. RGB value is (52,130,20). Sum of RGB (Red+Green+Blue) = 52+130+20=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #348214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348214 is #CB7DEB. Grayscale: #5E5E5E. Windows color (decimal): -13336044 or 1344052. OLE color: 1344052.

HSL color Cylindrical-coordinate representation of color #348214: hue angle of 102.55º degrees, saturation: 0.73, 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 #348214 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB5213020-
CMYK0.6000.850.49
HSL102.55º73.33%29.41%-
HSV(B)102.55º84.62%50.98%-
XYZ9.5316.753.39-
YUV94.1486.1697.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 130 (51.17% from 255) = 64.36%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=25.74%
G=64.36%
B=9.90%

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
Decimal52130200.6000.850.49102.5573.3329.41
Hex3482143C0553167491d
Octal64202247401256114711135
Binary1101001000001010100111100010101011100011100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348214; }

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

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

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

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

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

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

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

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