#348A08

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

Shades of Bilbao #348A08

Tints of Bilbao #348A08

Color information

#348A08 (or 0x348A08) is unknown color: approx Bilbao. HEX triplet: 34, 8A and 08. RGB value is (52,138,8). Sum of RGB (Red+Green+Blue) = 52+138+8=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #348A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A08 is #CB75F7. Grayscale: #616161. Windows color (decimal): -13334008 or 559668. OLE color: 559668.

HSL color Cylindrical-coordinate representation of color #348A08: hue angle of 99.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #348A08 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB521388-
CMYK0.6200.940.46
HSL99.69º89.04%28.63%-
HSV(B)99.69º94.2%54.12%-
XYZ10.5518.923.33-
YUV97.4777.5195.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 138 (54.30% from 255) = 69.70%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=26.26%
G=69.70%
B=4.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5213880.6200.940.4699.6989.0428.63
Hex348A83E05E2E64591d
Octal64212107601365614413135
Binary110100100010101000111110010111101011101100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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