Html Css Color HEX #347414 Bilbao

📋 copy color: '#347414'

red 52 ◦ green 116 ◦ blue 20

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

Shades of Bilbao #347414

Tints of Bilbao #347414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 27.66%
G = 61.7%
B = 10.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#347414 (or 0x347414) is known color: Bilbao. HEX triplet: 34, 74 and 14. RGB value is (52,116,20). Sum of RGB (Red+Green+Blue) = 52+116+20=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #347414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347414 is #CB8BEB. Grayscale: #565656. Windows color (decimal): -13339628 or 1340468. OLE color: 1340468.

HSL color Cylindrical-coordinate representation of color #347414: hue angle of 100º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #347414 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 20 -
CMYK 0.55 0 0.83 0.55
HSL 100º 0.71% 0.27% -
HSV(B) 100º 0.83% 0.45% -
XYZ 7.79 13.27 2.81 -
YUV 85.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 52 116 20 0.55 0 0.83 0.55 100 0.71 0.27
Hex 34 74 14 37 0 53 37 64 47 1B
Octal 64 164 24 67 0 123 67 144 107 33
Binary 110100 1110100 10100 110111 0 1010011 110111 1100100 1000111 11011

Color Harmonies of #347414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347414

Black with #347414

Text Example


Text Example

White with #347414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347414; }

 p { color: rgb(52,116,20); }

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

background-color css

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

 a { background-color: rgb(52,116,20); }

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

border-color css

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

 span { border-color: rgb(52,116,20); }

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