#347B14

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

Shades of Bilbao #347B14

Tints of Bilbao #347B14

Color information

#347B14 (or 0x347B14) is unknown color: approx Bilbao. HEX triplet: 34, 7B and 14. RGB value is (52,123,20). Sum of RGB (Red+Green+Blue) = 52+123+20=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #347B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B14 is #CB84EB. Grayscale: #5A5A5A. Windows color (decimal): -13337836 or 1342260. OLE color: 1342260.

HSL color Cylindrical-coordinate representation of color #347B14: hue angle of 101.36º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #347B14 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB5212320-
CMYK0.5800.840.52
HSL101.36º72.03%28.04%-
HSV(B)101.36º83.74%48.24%-
XYZ8.6314.953.09-
YUV90.0388.48100.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=26.67%
G=63.08%
B=10.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123200.5800.840.52101.3672.0328.04
Hex347B143A0543465481c
Octal64173247201246414511034
Binary110100111101110100111010010101001101001100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B14; }

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

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

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

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

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

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

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

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