#347404

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

Shades of Bilbao #347404

Tints of Bilbao #347404

Color information

#347404 (or 0x347404) is unknown color: approx Bilbao. HEX triplet: 34, 74 and 04. RGB value is (52,116,4). Sum of RGB (Red+Green+Blue) = 52+116+4=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 116 (45.70% from 255 or 67.44% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 116 - color contains mainly: green. Hex color #347404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347404 is #CB8BFB. Grayscale: #545454. Windows color (decimal): -13339644 or 291892. OLE color: 291892.

HSL color Cylindrical-coordinate representation of color #347404: hue angle of 94.29º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #347404 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB521164-
CMYK0.5500.970.55
HSL94.29º93.33%23.53%-
HSV(B)94.29º96.55%45.49%-
XYZ7.6813.232.26-
YUV84.182.8105.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 116 (45.70% from 255) = 67.44%
BLUE value IS 4 (1.95% from 255) = 2.33%
R=30.23%
G=67.44%
B=2.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5211640.5500.970.5594.2993.3323.53
Hex3474437061375e5d18
Octal6416446701416713613530
Binary1101001110100100110111011000011101111011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347404; }

 p { color: rgb(52,116,4); }

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

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

 a { background-color: rgb(52,116,4); }

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

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

 span { border-color: rgb(52,116,4); }

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