#348003

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

Shades of Bilbao #348003

Tints of Bilbao #348003

Color information

#348003 (or 0x348003) is unknown color: approx Bilbao. HEX triplet: 34, 80 and 03. RGB value is (52,128,3). Sum of RGB (Red+Green+Blue) = 52+128+3=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #348003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348003 is #CB7FFC. Grayscale: #5B5B5B. Windows color (decimal): -13336573 or 229428. OLE color: 229428.

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

Color convert

RGB521283-
CMYK0.5900.980.50
HSL96.48º95.42%25.69%-
HSV(B)96.48º97.66%50.2%-
XYZ9.1516.172.73-
YUV91.0378.32100.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 128 (50.39% from 255) = 69.95%
BLUE value IS 3 (1.56% from 255) = 1.64%
R=28.42%
G=69.95%
B=1.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5212830.5900.980.5096.4895.4225.69
Hex348033B06232605f1a
Octal6420037301426214013732
Binary1101001000000011111011011000101100101100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348003; }

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

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

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

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

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

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

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

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