#348A06

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

Shades of Bilbao #348A06

Tints of Bilbao #348A06

Color information

#348A06 (or 0x348A06) is unknown color: approx Bilbao. HEX triplet: 34, 8A and 06. RGB value is (52,138,6). Sum of RGB (Red+Green+Blue) = 52+138+6=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 138 (54.30% from 255 or 70.41% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 138 - color contains mainly: green. Hex color #348A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A06 is #CB75F9. Grayscale: #616161. Windows color (decimal): -13334010 or 428596. OLE color: 428596.

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

Color convert

RGB521386-
CMYK0.6200.960.46
HSL99.09º91.67%28.24%-
HSV(B)99.09º95.65%54.12%-
XYZ10.5418.923.27-
YUV97.2476.5195.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 138 (54.30% from 255) = 70.41%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=26.53%
G=70.41%
B=3.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5213860.6200.960.4699.0991.6728.24
Hex348A63E0602E635c1c
Octal6421267601405614313434
Binary11010010001010110111110011000001011101100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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