#348021

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

Shades of Bilbao #348021

Tints of Bilbao #348021

Color information

#348021 (or 0x348021) is unknown color: approx Bilbao. HEX triplet: 34, 80 and 21. RGB value is (52,128,33). Sum of RGB (Red+Green+Blue) = 52+128+33=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #348021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348021 is #CB7FDE. Grayscale: #5E5E5E. Windows color (decimal): -13336543 or 2195508. OLE color: 2195508.

HSL color Cylindrical-coordinate representation of color #348021: hue angle of 108º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348021 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB5212833-
CMYK0.5900.740.50
HSL108º59.01%31.57%-
HSV(B)108º74.22%50.2%-
XYZ9.4116.284.08-
YUV94.4593.3297.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 128 (50.39% from 255) = 60.09%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=24.41%
G=60.09%
B=15.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128330.5900.740.5010859.0131.57
Hex3480213B04A326c3b20
Octal6420041730112621547340
Binary11010010000000100001111011010010101100101101100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348021; }

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

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

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

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

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

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

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

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