#347806

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

Shades of Bilbao #347806

Tints of Bilbao #347806

Color information

#347806 (or 0x347806) is unknown color: approx Bilbao. HEX triplet: 34, 78 and 06. RGB value is (52,120,6). Sum of RGB (Red+Green+Blue) = 52+120+6=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 120 (47.27% from 255 or 67.42% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 120 - color contains mainly: green. Hex color #347806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347806 is #CB87F9. Grayscale: #575757. Windows color (decimal): -13338618 or 423988. OLE color: 423988.

HSL color Cylindrical-coordinate representation of color #347806: hue angle of 95.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #347806 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB521206-
CMYK0.5700.950.53
HSL95.79º90.48%24.71%-
HSV(B)95.79º95%47.06%-
XYZ8.1714.182.48-
YUV86.6782.47103.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 120 (47.27% from 255) = 67.42%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=29.21%
G=67.42%
B=3.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5212060.5700.950.5395.7990.4824.71
Hex347863905F35605a19
Octal6417067101376514013231
Binary1101001111000110111001010111111101011100000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347806; }

 p { color: rgb(52,120,6); }

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

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

 a { background-color: rgb(52,120,6); }

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

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

 span { border-color: rgb(52,120,6); }

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