Html Css Color HEX #347913 Bilbao

📋 copy color: '#347913'

red 52 ◦ green 121 ◦ blue 19

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

Shades of Bilbao #347913

Tints of Bilbao #347913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 63.02%

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

R = 27.08%
G = 63.02%
B = 9.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#347913 (or 0x347913) is known color: Bilbao. HEX triplet: 34, 79 and 13. RGB value is (52,121,19). Sum of RGB (Red+Green+Blue) = 52+121+19=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 121 (47.66% from 255 or 63.02% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 121 - color contains mainly: green. Hex color #347913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347913 is #CB86EC. Grayscale: #595959. Windows color (decimal): -13338349 or 1276212. OLE color: 1276212.

HSL color Cylindrical-coordinate representation of color #347913: hue angle of 100.59º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #347913 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 19 -
CMYK 0.57 0 0.84 0.53
HSL 100.59º 0.73% 0.27% -
HSV(B) 100.59º 0.84% 0.47% -
XYZ 8.37 14.45 2.96 -
YUV 88.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 52 121 19 0.57 0 0.84 0.53 100.59 0.73 0.27
Hex 34 79 13 39 0 54 35 65 49 1B
Octal 64 171 23 71 0 124 65 145 111 33
Binary 110100 1111001 10011 111001 0 1010100 110101 1100101 1001001 11011

Color Harmonies of #347913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347913

Black with #347913

Text Example


Text Example

White with #347913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347913; }

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

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

background-color css

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

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

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

border-color css

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

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

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