#347E0C

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

Shades of Bilbao #347E0C

Tints of Bilbao #347E0C

Color information

#347E0C (or 0x347E0C) is unknown color: approx Bilbao. HEX triplet: 34, 7E and 0C. RGB value is (52,126,12). Sum of RGB (Red+Green+Blue) = 52+126+12=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 126 (49.61% from 255 or 66.32% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 126 - color contains mainly: green. Hex color #347E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347E0C is #CB81F3. Grayscale: #5B5B5B. Windows color (decimal): -13337076 or 818740. OLE color: 818740.

HSL color Cylindrical-coordinate representation of color #347E0C: hue angle of 98.95º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #347E0C is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB5212612-
CMYK0.5900.900.51
HSL98.95º82.61%27.06%-
HSV(B)98.95º90.48%49.41%-
XYZ8.9415.682.9-
YUV90.8883.48100.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 126 (49.61% from 255) = 66.32%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=27.37%
G=66.32%
B=6.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126120.5900.900.5198.9582.6127.06
Hex347EC3B05A3363531b
Octal64176147301326314312333
Binary11010011111101100111011010110101100111100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,126,12); }

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

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

 a { background-color: rgb(52,126,12); }

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

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

 span { border-color: rgb(52,126,12); }

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