Html Css Color HEX #347F20 Bilbao

📋 copy color: '#347F20'

red 52 ◦ green 127 ◦ blue 32

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

Shades of Bilbao #347F20

Tints of Bilbao #347F20

RGB

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

 GREEN value IS 127 (50% from 255) = 60.19%

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

R = 24.64%
G = 60.19%
B = 15.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#347F20 (or 0x347F20) is known color: Bilbao. HEX triplet: 34, 7F and 20. RGB value is (52,127,32). Sum of RGB (Red+Green+Blue) = 52+127+32=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #347F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F20 is #CB80DF. Grayscale: #5E5E5E. Windows color (decimal): -13336800 or 2129716. OLE color: 2129716.

HSL color Cylindrical-coordinate representation of color #347F20: hue angle of 107.37º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347F20 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 32 -
CMYK 0.59 0 0.75 0.50
HSL 107.37º 0.6% 0.31% -
HSV(B) 107.37º 0.75% 0.5% -
XYZ 9.27 16.01 3.97 -
YUV 93.75 93.15 98.22 -
System Red Green Blue C M Y K H S L
Decimal 52 127 32 0.59 0 0.75 0.50 107.37 0.6 0.31
Hex 34 7F 20 3B 0 4B 32 6B 3C 1F
Octal 64 177 40 73 0 113 62 153 74 37
Binary 110100 1111111 100000 111011 0 1001011 110010 1101011 111100 11111

Color Harmonies of #347F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F20

Black with #347F20

Text Example


Text Example

White with #347F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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