Html Css Color HEX #346B06 Bilbao

📋 copy color: '#346B06'

red 52 ◦ green 107 ◦ blue 6

#346B06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #346B06

Tints of Bilbao #346B06

RGB

 RED value IS 52 (20.7% from 255) = 31.52%

 GREEN value IS 107 (42.19% from 255) = 64.85%

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 31.52%
G = 64.85%
B = 3.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#346B06 (or 0x346B06) is known color: Bilbao. HEX triplet: 34, 6B and 06. RGB value is (52,107,6). Sum of RGB (Red+Green+Blue) = 52+107+6=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #346B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346B06 is #CB94F9. Grayscale: #4F4F4F. Windows color (decimal): -13341946 or 420660. OLE color: 420660.

HSL color Cylindrical-coordinate representation of color #346B06: hue angle of 92.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #346B06 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 107 6 -
CMYK 0.51 0 0.94 0.58
HSL 92.67º 0.89% 0.22% -
HSV(B) 92.67º 0.94% 0.42% -
XYZ 6.71 11.26 1.99 -
YUV 79.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 52 107 6 0.51 0 0.94 0.58 92.67 0.89 0.22
Hex 34 6B 6 33 0 5E 3A 5D 59 16
Octal 64 153 6 63 0 136 72 135 131 26
Binary 110100 1101011 110 110011 0 1011110 111010 1011101 1011001 10110

Color Harmonies of #346B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B06

Black with #346B06

Text Example


Text Example

White with #346B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,107,6); }

 H1.HeaderClassName
 {
   color: #346B06;
 }
 .AnyTagClassName
 {
   color: #346B06;
 }
</style>

background-color css

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

 a { background-color: rgb(52,107,6); }

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

border-color css

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

 span { border-color: rgb(52,107,6); }

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