#346E24

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

Shades of Bilbao #346E24

Tints of Bilbao #346E24

Color information

#346E24 (or 0x346E24) is unknown color: approx Bilbao. HEX triplet: 34, 6E and 24. RGB value is (52,110,36). Sum of RGB (Red+Green+Blue) = 52+110+36=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #346E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E24 is #CB91DB. Grayscale: #545454. Windows color (decimal): -13341148 or 2387508. OLE color: 2387508.

HSL color Cylindrical-coordinate representation of color #346E24: hue angle of 107.03º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #346E24 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB5211036-
CMYK0.5300.670.57
HSL107.03º50.68%28.63%-
HSV(B)107.03º67.27%43.14%-
XYZ7.3112.013.6-
YUV84.22100.78105.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=26.26%
G=55.56%
B=18.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110360.5300.670.57107.0350.6828.63
Hex346E2435043396b331d
Octal6415644650103711536335
Binary110100110111010010011010101000011111001110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,36); }

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

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

 a { background-color: rgb(52,110,36); }

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

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

 span { border-color: rgb(52,110,36); }

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