#347914

Color #347914 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #347914

Tints of Bilbao #347914

Color information

#347914 (or 0x347914) is unknown color: approx Bilbao. HEX triplet: 34, 79 and 14. RGB value is (52,121,20). Sum of RGB (Red+Green+Blue) = 52+121+20=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #347914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347914 is #CB86EB. Grayscale: #595959. Windows color (decimal): -13338348 or 1341748. OLE color: 1341748.

HSL color Cylindrical-coordinate representation of color #347914: hue angle of 100.99º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #347914 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB5212120-
CMYK0.5700.830.53
HSL100.99º71.63%27.65%-
HSV(B)100.99º83.47%47.45%-
XYZ8.3814.463.01-
YUV88.8689.14101.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 121 (47.66% from 255) = 62.69%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=26.94%
G=62.69%
B=10.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121200.5700.830.53100.9971.6327.65
Hex347914390533565481c
Octal64171247101236514511034
Binary110100111100110100111001010100111101011100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347914; }

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

 H1.HeaderClassName
 {
   color: #347914;
 }
 .AnyTagClassName
 {
   color: #347914;
 }
</style>
background-color css

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

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

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

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

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

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