Html Css Color HEX #347017 Bilbao

📋 copy color: '#347017'

red 52 ◦ green 112 ◦ blue 23

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

Shades of Bilbao #347017

Tints of Bilbao #347017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 27.81%
G = 59.89%
B = 12.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#347017 (or 0x347017) is known color: Bilbao. HEX triplet: 34, 70 and 17. RGB value is (52,112,23). Sum of RGB (Red+Green+Blue) = 52+112+23=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #347017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347017 is #CB8FE8. Grayscale: #545454. Windows color (decimal): -13340649 or 1536052. OLE color: 1536052.

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

Color convert

RGB 52 112 23 -
CMYK 0.54 0 0.79 0.56
HSL 100.45º 0.66% 0.26% -
HSV(B) 100.45º 0.79% 0.44% -
XYZ 7.36 12.38 2.81 -
YUV 83.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 52 112 23 0.54 0 0.79 0.56 100.45 0.66 0.26
Hex 34 70 17 36 0 4F 38 64 42 1A
Octal 64 160 27 66 0 117 70 144 102 32
Binary 110100 1110000 10111 110110 0 1001111 111000 1100100 1000010 11010

Color Harmonies of #347017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347017

Black with #347017

Text Example


Text Example

White with #347017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347017; }

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

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

background-color css

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

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

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

border-color css

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

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

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