#348A0E

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

Shades of Bilbao #348A0E

Tints of Bilbao #348A0E

Color information

#348A0E (or 0x348A0E) is unknown color: approx Bilbao. HEX triplet: 34, 8A and 0E. RGB value is (52,138,14). Sum of RGB (Red+Green+Blue) = 52+138+14=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #348A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A0E is #CB75F1. Grayscale: #626262. Windows color (decimal): -13334002 or 952884. OLE color: 952884.

HSL color Cylindrical-coordinate representation of color #348A0E: hue angle of 101.61º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #348A0E is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB5213814-
CMYK0.6200.900.46
HSL101.61º81.58%29.8%-
HSV(B)101.61º89.86%54.12%-
XYZ10.5818.943.51-
YUV98.1580.5195.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 138 (54.30% from 255) = 67.65%
BLUE value IS 14 (5.86% from 255) = 6.86%
R=25.49%
G=67.65%
B=6.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52138140.6200.900.46101.6181.5829.8
Hex348AE3E05A2E66521e
Octal64212167601325614612236
Binary110100100010101110111110010110101011101100110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,138,14); }

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

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

 a { background-color: rgb(52,138,14); }

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

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

 span { border-color: rgb(52,138,14); }

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