#346914

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

Shades of Bilbao #346914

Tints of Bilbao #346914

Color information

#346914 (or 0x346914) is unknown color: approx Bilbao. HEX triplet: 34, 69 and 14. RGB value is (52,105,20). Sum of RGB (Red+Green+Blue) = 52+105+20=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #346914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346914 is #CB96EB. Grayscale: #4F4F4F. Windows color (decimal): -13342444 or 1337652. OLE color: 1337652.

HSL color Cylindrical-coordinate representation of color #346914: hue angle of 97.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #346914 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB5210520-
CMYK0.5000.810.59
HSL97.41º68%24.51%-
HSV(B)97.41º80.95%41.18%-
XYZ6.5910.882.42-
YUV79.4694.44108.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=29.38%
G=59.32%
B=11.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105200.5000.810.5997.416824.51
Hex346914320513B614419
Octal64151246201217314110431
Binary110100110100110100110010010100011110111100001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346914; }

 p { color: rgb(52,105,20); }

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

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

 a { background-color: rgb(52,105,20); }

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

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

 span { border-color: rgb(52,105,20); }

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