#346916

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

Shades of Bilbao #346916

Tints of Bilbao #346916

Color information

#346916 (or 0x346916) is unknown color: approx Bilbao. HEX triplet: 34, 69 and 16. RGB value is (52,105,22). Sum of RGB (Red+Green+Blue) = 52+105+22=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #346916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346916 is #CB96E9. Grayscale: #4F4F4F. Windows color (decimal): -13342442 or 1468724. OLE color: 1468724.

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

Color convert

RGB5210522-
CMYK0.5000.790.59
HSL98.31º65.35%24.9%-
HSV(B)98.31º79.05%41.18%-
XYZ6.6110.892.51-
YUV79.6995.44108.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 105 (41.41% from 255) = 58.66%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=29.05%
G=58.66%
B=12.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105220.5000.790.5998.3165.3524.9
Hex3469163204F3B624119
Octal64151266201177314210131
Binary110100110100110110110010010011111110111100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346916; }

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

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

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

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

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

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

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

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