#347B15

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

Shades of Bilbao #347B15

Tints of Bilbao #347B15

Color information

#347B15 (or 0x347B15) is unknown color: approx Bilbao. HEX triplet: 34, 7B and 15. RGB value is (52,123,21). Sum of RGB (Red+Green+Blue) = 52+123+21=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #347B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B15 is #CB84EA. Grayscale: #5A5A5A. Windows color (decimal): -13337835 or 1407796. OLE color: 1407796.

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

Color convert

RGB5212321-
CMYK0.5800.830.52
HSL101.76º70.83%28.24%-
HSV(B)101.76º82.93%48.24%-
XYZ8.6314.953.14-
YUV90.1488.98100.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 123 (48.44% from 255) = 62.76%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=26.53%
G=62.76%
B=10.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123210.5800.830.52101.7670.8328.24
Hex347B153A0533466471c
Octal64173257201236414610734
Binary110100111101110101111010010100111101001100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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