#348421

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

Shades of Bilbao #348421

Tints of Bilbao #348421

Color information

#348421 (or 0x348421) is unknown color: approx Bilbao. HEX triplet: 34, 84 and 21. RGB value is (52,132,33). Sum of RGB (Red+Green+Blue) = 52+132+33=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #348421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348421 is #CB7BDE. Grayscale: #616161. Windows color (decimal): -13335519 or 2196532. OLE color: 2196532.

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

Color convert

RGB5213233-
CMYK0.6100.750.48
HSL108.48º60%32.35%-
HSV(B)108.48º75%51.76%-
XYZ9.9417.344.26-
YUV96.799296.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=23.96%
G=60.83%
B=15.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132330.6100.750.48108.486032.35
Hex3484213D04B306c3c20
Octal6420441750113601547440
Binary11010010000100100001111101010010111100001101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348421; }

 p { color: rgb(52,132,33); }

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

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

 a { background-color: rgb(52,132,33); }

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

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

 span { border-color: rgb(52,132,33); }

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