Html Css Color HEX #346709 Bilbao

📋 copy color: '#346709'

red 52 ◦ green 103 ◦ blue 9

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

Shades of Bilbao #346709

Tints of Bilbao #346709

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.8%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 31.71%
G = 62.8%
B = 5.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#346709 (or 0x346709) is known color: Bilbao. HEX triplet: 34, 67 and 09. RGB value is (52,103,9). Sum of RGB (Red+Green+Blue) = 52+103+9=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #346709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346709 is #CB98F6. Grayscale: #4D4D4D. Windows color (decimal): -13342967 or 616244. OLE color: 616244.

HSL color Cylindrical-coordinate representation of color #346709: hue angle of 92.55º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #346709 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 9 -
CMYK 0.50 0 0.91 0.60
HSL 92.55º 0.84% 0.22% -
HSV(B) 92.55º 0.91% 0.4% -
XYZ 6.32 10.45 1.94 -
YUV 77.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 52 103 9 0.50 0 0.91 0.60 92.55 0.84 0.22
Hex 34 67 9 32 0 5B 3C 5D 54 16
Octal 64 147 11 62 0 133 74 135 124 26
Binary 110100 1100111 1001 110010 0 1011011 111100 1011101 1010100 10110

Color Harmonies of #346709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346709

Black with #346709

Text Example


Text Example

White with #346709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346709; }

 p { color: rgb(52,103,9); }

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

background-color css

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

 a { background-color: rgb(52,103,9); }

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

border-color css

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

 span { border-color: rgb(52,103,9); }

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