#348D01

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

Shades of Bilbao #348D01

Tints of Bilbao #348D01

Color information

#348D01 (or 0x348D01) is unknown color: approx Bilbao. HEX triplet: 34, 8D and 01. RGB value is (52,141,1). Sum of RGB (Red+Green+Blue) = 52+141+1=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #348D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348D01 is #CB72FE. Grayscale: #626262. Windows color (decimal): -13333247 or 101684. OLE color: 101684.

HSL color Cylindrical-coordinate representation of color #348D01: hue angle of 98.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #348D01 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB521411-
CMYK0.6300.990.45
HSL98.14º98.59%27.84%-
HSV(B)98.14º99.29%55.29%-
XYZ10.9519.783.27-
YUV98.4373.0194.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 141 (55.47% from 255) = 72.68%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=26.80%
G=72.68%
B=0.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5214110.6300.990.4598.1498.5927.84
Hex348D13F0632D62631c
Octal6421517701435514214334
Binary110100100011011111111011000111011011100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348D01; }

 p { color: rgb(52,141,1); }

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

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

 a { background-color: rgb(52,141,1); }

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

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

 span { border-color: rgb(52,141,1); }

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