Html Css Color HEX #347012 Bilbao

📋 copy color: '#347012'

red 52 ◦ green 112 ◦ blue 18

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

Shades of Bilbao #347012

Tints of Bilbao #347012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.54%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 28.57%
G = 61.54%
B = 9.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#347012 (or 0x347012) is known color: Bilbao. HEX triplet: 34, 70 and 12. RGB value is (52,112,18). Sum of RGB (Red+Green+Blue) = 52+112+18=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #347012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347012 is #CB8FED. Grayscale: #535353. Windows color (decimal): -13340654 or 1208372. OLE color: 1208372.

HSL color Cylindrical-coordinate representation of color #347012: hue angle of 98.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #347012 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 18 -
CMYK 0.54 0 0.84 0.56
HSL 98.3º 0.72% 0.25% -
HSV(B) 98.3º 0.84% 0.44% -
XYZ 7.32 12.36 2.57 -
YUV 83.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 52 112 18 0.54 0 0.84 0.56 98.3 0.72 0.25
Hex 34 70 12 36 0 54 38 62 48 19
Octal 64 160 22 66 0 124 70 142 110 31
Binary 110100 1110000 10010 110110 0 1010100 111000 1100010 1001000 11001

Color Harmonies of #347012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347012

Black with #347012

Text Example


Text Example

White with #347012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347012; }

 p { color: rgb(52,112,18); }

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

background-color css

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

 a { background-color: rgb(52,112,18); }

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

border-color css

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

 span { border-color: rgb(52,112,18); }

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