#346F04

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

Shades of Bilbao #346F04

Tints of Bilbao #346F04

Color information

#346F04 (or 0x346F04) is unknown color: approx Bilbao. HEX triplet: 34, 6F and 04. RGB value is (52,111,4). Sum of RGB (Red+Green+Blue) = 52+111+4=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #346F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346F04 is #CB90FB. Grayscale: #515151. Windows color (decimal): -13340924 or 290612. OLE color: 290612.

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

Color convert

RGB521114-
CMYK0.5300.960.56
HSL93.08º93.04%22.55%-
HSV(B)93.08º96.4%43.53%-
XYZ7.1212.112.08-
YUV81.1684.45107.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 111 (43.75% from 255) = 66.47%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=31.14%
G=66.47%
B=2.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5211140.5300.960.5693.0893.0422.55
Hex346F435060385d5d17
Octal6415746501407013513527
Binary1101001101111100110101011000001110001011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346F04; }

 p { color: rgb(52,111,4); }

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

<style>
 a { background-color: #346F04; }

 a { background-color: rgb(52,111,4); }

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

<style>
 span { border-color: #346F04; }

 span { border-color: rgb(52,111,4); }

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