Html Css Color HEX #347519 Bilbao

📋 copy color: '#347519'

red 52 ◦ green 117 ◦ blue 25

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

Shades of Bilbao #347519

Tints of Bilbao #347519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.31%

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 26.8%
G = 60.31%
B = 12.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#347519 (or 0x347519) is known color: Bilbao. HEX triplet: 34, 75 and 19. RGB value is (52,117,25). Sum of RGB (Red+Green+Blue) = 52+117+25=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #347519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347519 is #CB8AE6. Grayscale: #575757. Windows color (decimal): -13339367 or 1668404. OLE color: 1668404.

HSL color Cylindrical-coordinate representation of color #347519: hue angle of 102.39º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #347519 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 25 -
CMYK 0.56 0 0.79 0.54
HSL 102.39º 0.65% 0.28% -
HSV(B) 102.39º 0.79% 0.46% -
XYZ 7.95 13.52 3.11 -
YUV 87.08 92.97 102.98 -
System Red Green Blue C M Y K H S L
Decimal 52 117 25 0.56 0 0.79 0.54 102.39 0.65 0.28
Hex 34 75 19 38 0 4F 36 66 41 1C
Octal 64 165 31 70 0 117 66 146 101 34
Binary 110100 1110101 11001 111000 0 1001111 110110 1100110 1000001 11100

Color Harmonies of #347519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347519

Black with #347519

Text Example


Text Example

White with #347519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347519; }

 p { color: rgb(52,117,25); }

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

background-color css

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

 a { background-color: rgb(52,117,25); }

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

border-color css

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

 span { border-color: rgb(52,117,25); }

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