Html Css Color HEX #347512 Bilbao

📋 copy color: '#347512'

red 52 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #347512

Tints of Bilbao #347512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.57%

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

R = 27.81%
G = 62.57%
B = 9.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#347512 (or 0x347512) is known color: Bilbao. HEX triplet: 34, 75 and 12. RGB value is (52,117,18). Sum of RGB (Red+Green+Blue) = 52+117+18=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #347512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347512 is #CB8AED. Grayscale: #565656. Windows color (decimal): -13339374 or 1209652. OLE color: 1209652.

HSL color Cylindrical-coordinate representation of color #347512: hue angle of 99.39º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #347512 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 18 -
CMYK 0.56 0 0.85 0.54
HSL 99.39º 0.73% 0.26% -
HSV(B) 99.39º 0.85% 0.46% -
XYZ 7.89 13.5 2.76 -
YUV 86.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 52 117 18 0.56 0 0.85 0.54 99.39 0.73 0.26
Hex 34 75 12 38 0 55 36 63 49 1A
Octal 64 165 22 70 0 125 66 143 111 32
Binary 110100 1110101 10010 111000 0 1010101 110110 1100011 1001001 11010

Color Harmonies of #347512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347512

Black with #347512

Text Example


Text Example

White with #347512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347512; }

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

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

background-color css

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

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

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

border-color css

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

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

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