Html Css Color HEX #347C0B Bilbao

📋 copy color: '#347C0B'

red 52 ◦ green 124 ◦ blue 11

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

Shades of Bilbao #347C0B

Tints of Bilbao #347C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 27.81%
G = 66.31%
B = 5.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#347C0B (or 0x347C0B) is known color: Bilbao. HEX triplet: 34, 7C and 0B. RGB value is (52,124,11). Sum of RGB (Red+Green+Blue) = 52+124+11=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 124 (48.83% from 255 or 66.31% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 124 - color contains mainly: green. Hex color #347C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347C0B is #CB83F4. Grayscale: #595959. Windows color (decimal): -13337589 or 752692. OLE color: 752692.

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

Color convert

RGB 52 124 11 -
CMYK 0.58 0 0.91 0.51
HSL 98.23º 0.84% 0.26% -
HSV(B) 98.23º 0.91% 0.49% -
XYZ 8.68 15.17 2.79 -
YUV 89.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 52 124 11 0.58 0 0.91 0.51 98.23 0.84 0.26
Hex 34 7C B 3A 0 5B 33 62 54 1A
Octal 64 174 13 72 0 133 63 142 124 32
Binary 110100 1111100 1011 111010 0 1011011 110011 1100010 1010100 11010

Color Harmonies of #347C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C0B

Black with #347C0B

Text Example


Text Example

White with #347C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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