#346F24

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

Shades of Bilbao #346F24

Tints of Bilbao #346F24

Color information

#346F24 (or 0x346F24) is unknown color: approx Bilbao. HEX triplet: 34, 6F and 24. RGB value is (52,111,36). Sum of RGB (Red+Green+Blue) = 52+111+36=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #346F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F24 is #CB90DB. Grayscale: #555555. Windows color (decimal): -13340892 or 2387764. OLE color: 2387764.

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

Color convert

RGB5211136-
CMYK0.5300.680.56
HSL107.2º51.02%28.82%-
HSV(B)107.2º67.57%43.53%-
XYZ7.4212.233.64-
YUV84.81100.45104.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 111 (43.75% from 255) = 55.78%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=26.13%
G=55.78%
B=18.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111360.5300.680.56107.251.0228.82
Hex346F2435044386b331d
Octal6415744650104701536335
Binary110100110111110010011010101000100111000110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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