Html Css Color HEX #346815 Bilbao

📋 copy color: '#346815'

red 52 ◦ green 104 ◦ blue 21

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

Shades of Bilbao #346815

Tints of Bilbao #346815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.76%

 BLUE value IS 21 (8.59% from 255) = 11.86%

R = 29.38%
G = 58.76%
B = 11.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#346815 (or 0x346815) is known color: Bilbao. HEX triplet: 34, 68 and 15. RGB value is (52,104,21). Sum of RGB (Red+Green+Blue) = 52+104+21=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #346815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346815 is #CB97EA. Grayscale: #4F4F4F. Windows color (decimal): -13342699 or 1402932. OLE color: 1402932.

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

Color convert

RGB 52 104 21 -
CMYK 0.50 0 0.80 0.59
HSL 97.59º 0.66% 0.25% -
HSV(B) 97.59º 0.8% 0.41% -
XYZ 6.5 10.68 2.43 -
YUV 78.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 52 104 21 0.50 0 0.80 0.59 97.59 0.66 0.25
Hex 34 68 15 32 0 50 3B 62 42 19
Octal 64 150 25 62 0 120 73 142 102 31
Binary 110100 1101000 10101 110010 0 1010000 111011 1100010 1000010 11001

Color Harmonies of #346815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346815

Black with #346815

Text Example


Text Example

White with #346815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346815; }

 p { color: rgb(52,104,21); }

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

background-color css

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

 a { background-color: rgb(52,104,21); }

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

border-color css

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

 span { border-color: rgb(52,104,21); }

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