Html Css Color HEX #347B13 Bilbao

📋 copy color: '#347B13'

red 52 ◦ green 123 ◦ blue 19

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

Shades of Bilbao #347B13

Tints of Bilbao #347B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 63.4%

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

R = 26.8%
G = 63.4%
B = 9.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#347B13 (or 0x347B13) is known color: Bilbao. HEX triplet: 34, 7B and 13. RGB value is (52,123,19). Sum of RGB (Red+Green+Blue) = 52+123+19=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #347B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B13 is #CB84EC. Grayscale: #5A5A5A. Windows color (decimal): -13337837 or 1276724. OLE color: 1276724.

HSL color Cylindrical-coordinate representation of color #347B13: hue angle of 100.96º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #347B13 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 19 -
CMYK 0.58 0 0.85 0.52
HSL 100.96º 0.73% 0.28% -
HSV(B) 100.96º 0.85% 0.48% -
XYZ 8.62 14.94 3.05 -
YUV 89.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 52 123 19 0.58 0 0.85 0.52 100.96 0.73 0.28
Hex 34 7B 13 3A 0 55 34 65 49 1C
Octal 64 173 23 72 0 125 64 145 111 34
Binary 110100 1111011 10011 111010 0 1010101 110100 1100101 1001001 11100

Color Harmonies of #347B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B13

Black with #347B13

Text Example


Text Example

White with #347B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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