Html Css Color HEX #347D1F Bilbao

📋 copy color: '#347D1F'

red 52 ◦ green 125 ◦ blue 31

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

Shades of Bilbao #347D1F

Tints of Bilbao #347D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.1%

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 25%
G = 60.1%
B = 14.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#347D1F (or 0x347D1F) is known color: Bilbao. HEX triplet: 34, 7D and 1F. RGB value is (52,125,31). Sum of RGB (Red+Green+Blue) = 52+125+31=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #347D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D1F is #CB82E0. Grayscale: #5C5C5C. Windows color (decimal): -13337313 or 2063668. OLE color: 2063668.

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

Color convert

RGB 52 125 31 -
CMYK 0.58 0 0.75 0.51
HSL 106.6º 0.6% 0.31% -
HSV(B) 106.6º 0.75% 0.49% -
XYZ 9 15.5 3.81 -
YUV 92.46 93.32 99.14 -
System Red Green Blue C M Y K H S L
Decimal 52 125 31 0.58 0 0.75 0.51 106.6 0.6 0.31
Hex 34 7D 1F 3A 0 4B 33 6B 3C 1F
Octal 64 175 37 72 0 113 63 153 74 37
Binary 110100 1111101 11111 111010 0 1001011 110011 1101011 111100 11111

Color Harmonies of #347D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D1F

Black with #347D1F

Text Example


Text Example

White with #347D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,125,31); }

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

background-color css

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

 a { background-color: rgb(52,125,31); }

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

border-color css

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

 span { border-color: rgb(52,125,31); }

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