#348E14

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

Shades of Bilbao #348E14

Tints of Bilbao #348E14

Color information

#348E14 (or 0x348E14) is unknown color: approx Bilbao. HEX triplet: 34, 8E and 14. RGB value is (52,142,20). Sum of RGB (Red+Green+Blue) = 52+142+20=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #348E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E14 is #CB71EB. Grayscale: #656565. Windows color (decimal): -13332972 or 1347124. OLE color: 1347124.

HSL color Cylindrical-coordinate representation of color #348E14: hue angle of 104.26º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #348E14 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB5214220-
CMYK0.6300.860.44
HSL104.26º75.31%31.76%-
HSV(B)104.26º85.92%55.69%-
XYZ11.2220.133.96-
YUV101.1882.1892.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 142 (55.86% from 255) = 66.36%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=24.30%
G=66.36%
B=9.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142200.6300.860.44104.2675.3131.76
Hex348E143F0562C684b20
Octal64216247701265415011340
Binary11010010001110101001111110101011010110011010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,142,20); }

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

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

 a { background-color: rgb(52,142,20); }

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

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

 span { border-color: rgb(52,142,20); }

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