Html Css Color HEX #347C20 Bilbao

📋 copy color: '#347C20'

red 52 ◦ green 124 ◦ blue 32

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

Shades of Bilbao #347C20

Tints of Bilbao #347C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 25%
G = 59.62%
B = 15.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#347C20 (or 0x347C20) is known color: Bilbao. HEX triplet: 34, 7C and 20. RGB value is (52,124,32). Sum of RGB (Red+Green+Blue) = 52+124+32=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #347C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C20 is #CB83DF. Grayscale: #5C5C5C. Windows color (decimal): -13337568 or 2128948. OLE color: 2128948.

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

Color convert

RGB 52 124 32 -
CMYK 0.58 0 0.74 0.51
HSL 106.96º 0.59% 0.31% -
HSV(B) 106.96º 0.74% 0.49% -
XYZ 8.88 15.25 3.84 -
YUV 91.98 94.15 99.48 -
System Red Green Blue C M Y K H S L
Decimal 52 124 32 0.58 0 0.74 0.51 106.96 0.59 0.31
Hex 34 7C 20 3A 0 4A 33 6B 3B 1F
Octal 64 174 40 72 0 112 63 153 73 37
Binary 110100 1111100 100000 111010 0 1001010 110011 1101011 111011 11111

Color Harmonies of #347C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C20

Black with #347C20

Text Example


Text Example

White with #347C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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