#348E05

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

Shades of Bilbao #348E05

Tints of Bilbao #348E05

Color information

#348E05 (or 0x348E05) is unknown color: approx Bilbao. HEX triplet: 34, 8E and 05. RGB value is (52,142,5). Sum of RGB (Red+Green+Blue) = 52+142+5=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 142 (55.86% from 255 or 71.36% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 142 - color contains mainly: green. Hex color #348E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E05 is #CB71FA. Grayscale: #636363. Windows color (decimal): -13332987 or 364084. OLE color: 364084.

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

Color convert

RGB521425-
CMYK0.6300.960.44
HSL99.42º93.2%28.82%-
HSV(B)99.42º96.48%55.69%-
XYZ11.1220.093.43-
YUV99.4774.6894.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 142 (55.86% from 255) = 71.36%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=26.13%
G=71.36%
B=2.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5214250.6300.960.4499.4293.228.82
Hex348E53F0602C635d1d
Octal6421657701405414313535
Binary11010010001110101111111011000001011001100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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