Html Css Color HEX #347C12 Bilbao

📋 copy color: '#347C12'

red 52 ◦ green 124 ◦ blue 18

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

Shades of Bilbao #347C12

Tints of Bilbao #347C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 63.92%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 26.8%
G = 63.92%
B = 9.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#347C12 (or 0x347C12) is known color: Bilbao. HEX triplet: 34, 7C and 12. RGB value is (52,124,18). Sum of RGB (Red+Green+Blue) = 52+124+18=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #347C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347C12 is #CB83ED. Grayscale: #5A5A5A. Windows color (decimal): -13337582 or 1211444. OLE color: 1211444.

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

Color convert

RGB 52 124 18 -
CMYK 0.58 0 0.85 0.51
HSL 100.75º 0.75% 0.28% -
HSV(B) 100.75º 0.85% 0.49% -
XYZ 8.73 15.19 3.04 -
YUV 90.39 87.15 100.62 -
System Red Green Blue C M Y K H S L
Decimal 52 124 18 0.58 0 0.85 0.51 100.75 0.75 0.28
Hex 34 7C 12 3A 0 55 33 65 4B 1C
Octal 64 174 22 72 0 125 63 145 113 34
Binary 110100 1111100 10010 111010 0 1010101 110011 1100101 1001011 11100

Color Harmonies of #347C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C12

Black with #347C12

Text Example


Text Example

White with #347C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,124,18); }

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

background-color css

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

 a { background-color: rgb(52,124,18); }

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

border-color css

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

 span { border-color: rgb(52,124,18); }

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