Html Css Color HEX #346713 Bilbao

📋 copy color: '#346713'

red 52 ◦ green 103 ◦ blue 19

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

Shades of Bilbao #346713

Tints of Bilbao #346713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 29.89%
G = 59.2%
B = 10.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#346713 (or 0x346713) is known color: Bilbao. HEX triplet: 34, 67 and 13. RGB value is (52,103,19). Sum of RGB (Red+Green+Blue) = 52+103+19=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #346713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346713 is #CB98EC. Grayscale: #4E4E4E. Windows color (decimal): -13342957 or 1271604. OLE color: 1271604.

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

Color convert

RGB 52 103 19 -
CMYK 0.50 0 0.82 0.60
HSL 96.43º 0.69% 0.24% -
HSV(B) 96.43º 0.82% 0.4% -
XYZ 6.38 10.48 2.3 -
YUV 78.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 52 103 19 0.50 0 0.82 0.60 96.43 0.69 0.24
Hex 34 67 13 32 0 52 3C 60 45 18
Octal 64 147 23 62 0 122 74 140 105 30
Binary 110100 1100111 10011 110010 0 1010010 111100 1100000 1000101 11000

Color Harmonies of #346713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346713

Black with #346713

Text Example


Text Example

White with #346713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346713; }

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

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

background-color css

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

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

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

border-color css

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

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

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