Html Css Color HEX #347E14 Bilbao

📋 copy color: '#347E14'

red 52 ◦ green 126 ◦ blue 20

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

Shades of Bilbao #347E14

Tints of Bilbao #347E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 63.64%

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 26.26%
G = 63.64%
B = 10.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#347E14 (or 0x347E14) is known color: Bilbao. HEX triplet: 34, 7E and 14. RGB value is (52,126,20). Sum of RGB (Red+Green+Blue) = 52+126+20=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 126 (49.61% from 255 or 63.64% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 126 - color contains mainly: green. Hex color #347E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347E14 is #CB81EB. Grayscale: #5C5C5C. Windows color (decimal): -13337068 or 1343028. OLE color: 1343028.

HSL color Cylindrical-coordinate representation of color #347E14: hue angle of 101.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #347E14 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 20 -
CMYK 0.59 0 0.84 0.51
HSL 101.89º 0.73% 0.29% -
HSV(B) 101.89º 0.84% 0.49% -
XYZ 9 15.7 3.22 -
YUV 91.79 87.48 99.62 -
System Red Green Blue C M Y K H S L
Decimal 52 126 20 0.59 0 0.84 0.51 101.89 0.73 0.29
Hex 34 7E 14 3B 0 54 33 66 49 1D
Octal 64 176 24 73 0 124 63 146 111 35
Binary 110100 1111110 10100 111011 0 1010100 110011 1100110 1001001 11101

Color Harmonies of #347E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E14

Black with #347E14

Text Example


Text Example

White with #347E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,126,20); }

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

background-color css

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

 a { background-color: rgb(52,126,20); }

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

border-color css

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

 span { border-color: rgb(52,126,20); }

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