#348223

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

Shades of Bilbao #348223

Tints of Bilbao #348223

Color information

#348223 (or 0x348223) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 23. RGB value is (52,130,35). Sum of RGB (Red+Green+Blue) = 52+130+35=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #348223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348223 is #CB7DDC. Grayscale: #606060. Windows color (decimal): -13336029 or 2327092. OLE color: 2327092.

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

Color convert

RGB5213035-
CMYK0.6000.730.49
HSL109.26º57.58%32.35%-
HSV(B)109.26º73.08%50.98%-
XYZ9.716.824.32-
YUV95.8593.6696.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=23.96%
G=59.91%
B=16.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130350.6000.730.49109.2657.5832.35
Hex3482233C049316d3a20
Octal6420243740111611557240
Binary11010010000010100011111100010010011100011101101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348223; }

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

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

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

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

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

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

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

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