#347B05

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

Shades of Bilbao #347B05

Tints of Bilbao #347B05

Color information

#347B05 (or 0x347B05) is unknown color: approx Bilbao. HEX triplet: 34, 7B and 05. RGB value is (52,123,5). Sum of RGB (Red+Green+Blue) = 52+123+5=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #347B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B05 is #CB84FA. Grayscale: #585858. Windows color (decimal): -13337851 or 359220. OLE color: 359220.

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

Color convert

RGB521235-
CMYK0.5800.960.52
HSL96.1º92.19%25.1%-
HSV(B)96.1º95.93%48.24%-
XYZ8.5314.912.57-
YUV88.3280.98102.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 123 (48.44% from 255) = 68.33%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=28.89%
G=68.33%
B=2.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5212350.5800.960.5296.192.1925.1
Hex347B53A06034605c19
Octal6417357201406414013431
Binary1101001111011101111010011000001101001100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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